Skip to content

Commit 1fbab8c

Browse files
committed
Use Documenter push_preview
1 parent b0ea183 commit 1fbab8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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/EmpiricalDistributions.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/EmpiricalDistributions.jl.git",
29-
forcepush = true
29+
forcepush = true,
30+
push_preview = true,
3031
)

0 commit comments

Comments
 (0)