Skip to content

Commit

Permalink
Merge pull request #209 from MakieOrg/hw/docsmakie0.22
Browse files Browse the repository at this point in the history
build docs on Makie0.22
  • Loading branch information
hexaeder authored Jan 22, 2025
2 parents 92dff1d + bb6ebdd commit e57c726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
with:
install-package: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"

[compat]
CairoMakie = "0.12"
CairoMakie = "0.13"
Cbc = "1"
DataStructures = "0.18"
DecisionTree = "0.12"
Expand All @@ -32,10 +32,10 @@ JSServe = "2"
LayeredLayouts = "0.2"
Literate = "2"
MLJ = "0.20"
Makie = "0.21"
Makie = "0.22"
NetworkDynamics = "0.9"
NetworkLayout = "0.4.7"
OrdinaryDiffEqTsit5 = "1"
RegistryInstances = "0.1"
StableRNGs = "1"
WGLMakie = "0.10"
WGLMakie = "0.11"
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using Pkg; Pkg.instantiate()
using GraphMakie
using Documenter
using Literate
Expand Down

0 comments on commit e57c726

Please sign in to comment.