Skip to content

Commit

Permalink
use push_preview = true in deploydocs (#85)
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 Jul 7, 2022
1 parent e616b3f commit 0ae3729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ deploydocs(
repo = "github.com/JuliaSmoothOptimizers/NLPModelsIpopt.jl.git",
target = "build",
devbranch = "main",
push_preview = true,
)

0 comments on commit 0ae3729

Please sign in to comment.