Skip to content

Commit

Permalink
use push_preview = true in deploydocs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dpo authored and abelsiqueira committed Jul 8, 2022
1 parent 30f12cb commit 87836c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ makedocs(
pages = ["Home" => "index.md", "Tutorial" => "tutorial.md", "Reference" => "reference.md"],
)

deploydocs(repo = "github.com/JuliaSmoothOptimizers/SolverBenchmark.jl.git", devbranch = "main")
deploydocs(
repo = "github.com/JuliaSmoothOptimizers/SolverBenchmark.jl.git",
push_preview = true,
devbranch = "main",
)

0 comments on commit 87836c5

Please sign in to comment.