Skip to content

Commit 320ebdd

Browse files
authored
disable docs push preview (#216)
[skip ci]
1 parent 9730a3c commit 320ebdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ demos_cb()
2323

2424
deploydocs(
2525
repo = "github.com/JuliaImages/ImageFiltering.jl.git",
26-
push_preview = true
26+
# NOTE: remove the comment if the PR requires a push preview
27+
# push_preview = true
2728
)

0 commit comments

Comments
 (0)