Skip to content

Commit 175f6e3

Browse files
committed
Update to Documenter v0.24, use push_preview
1 parent cb7d90b commit 175f6e3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
44

55
[compat]
6-
Documenter = "~0.23"
6+
Documenter = "~0.24"

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ makedocs(
1414
prettyurls = !("local" in ARGS),
1515
canonical = "https://oschulz.github.io/ParallelProcessingTools.jl/stable/"
1616
),
17-
pages=[
17+
pages = [
1818
"Home" => "index.md",
1919
"API" => "api.md",
2020
"LICENSE" => "LICENSE.md",
@@ -26,5 +26,6 @@ makedocs(
2626

2727
deploydocs(
2828
repo = "github.com/oschulz/ParallelProcessingTools.jl.git",
29-
forcepush = true
29+
forcepush = true,
30+
push_preview = true,
3031
)

0 commit comments

Comments
 (0)