We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedb170 commit 9c72dc8Copy full SHA for 9c72dc8
.github/workflows/documentation.yml
@@ -30,4 +30,4 @@ jobs:
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
32
DOCUMENTER_DEBUG: true
33
- run: julia --color=yes --project=docs/ docs/make.jl
+ run: julia --color=yes --project=docs docs/make.jl
docs/Project.toml
@@ -2,4 +2,4 @@
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
4
[compat]
5
-Documenter = "0.25"
+Documenter = "1"
0 commit comments