Skip to content

Commit 4058665

Browse files
Merge pull request #314 from asinghvi17/patch-1
Set push_preview=true in makedocs
2 parents 924b1fe + 8011bda commit 4058665

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)