Skip to content

Commit 9c72dc8

Browse files
committed
allow newer version of Documenter
1 parent aedb170 commit 9c72dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
3232
DOCUMENTER_DEBUG: true
33-
run: julia --color=yes --project=docs/ docs/make.jl
33+
run: julia --color=yes --project=docs docs/make.jl

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33

44
[compat]
5-
Documenter = "0.25"
5+
Documenter = "1"

0 commit comments

Comments
 (0)