Skip to content

Commit 90d6f20

Browse files
authored
use push_preview = true in deploydocs (#84)
With this change, a new workflow named "documenter/deploy" appears in the list of checks when the docs have finished building. Clicking on "details" takes you to the docs resulting from the pull request.
1 parent f90cc83 commit 90d6f20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/make.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ makedocs(
1313
pages = Any["Home" => "index.md", "Tutorial" => "tutorial.md", "Reference" => "reference.md"],
1414
)
1515

16-
deploydocs(repo = "github.com/JuliaSmoothOptimizers/QuadraticModels.jl.git", devbranch = "main")
16+
deploydocs(
17+
repo = "github.com/JuliaSmoothOptimizers/QuadraticModels.jl.git",
18+
push_preview = true,
19+
devbranch = "main",
20+
)

0 commit comments

Comments
 (0)