Skip to content

Commit 8011bda

Browse files
authored
Set push_preview=true in makedocs
This allows PRs changing documentation to be previewed ahead of time.
1 parent 924b1fe commit 8011bda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ makedocs(
2525
)
2626

2727
deploydocs(
28-
repo = "github.com/SciML/ModelingToolkit.jl.git"
28+
repo = "github.com/SciML/ModelingToolkit.jl.git";
29+
push_preview = true
2930
)

0 commit comments

Comments
 (0)