Skip to content

Commit 52b8f5f

Browse files
committed
bump Documenter v1
1 parent 1b5b2de commit 52b8f5f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
julia --project=docs -e '
6161
using Pkg
6262
Pkg.develop(PackageSpec(path=pwd()))
63-
Pkg.build()
6463
Pkg.instantiate()'
6564
- run: julia --project=docs docs/make.jl
6665
env:

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.27"
5+
Documenter = "1"

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ makedocs(
99
"Tutorial" => "tutorial.md",
1010
"API Reference" => "api.md",
1111
],
12+
checkdocs=:none,
1213
)
1314

1415
deploydocs(

0 commit comments

Comments
 (0)