Skip to content

Commit 0310c86

Browse files
committed
put preview=false in doc gen
1 parent d3b8dfb commit 0310c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ makedocs(;
2222
deploydocs(
2323
; repo=REPO,
2424
devbranch="dev",
25-
push_preview=true,
25+
push_preview=false,
2626
)
2727

0 commit comments

Comments
 (0)