Skip to content

Commit 7fff9bf

Browse files
committed
Update make.jl
1 parent 14a8205 commit 7fff9bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/make.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@ makedocs(
4646
doctest = false,
4747
)
4848

49-
deploydocs(repo = "github.com/JuliaAI/MLJTransforms.jl.git", devbranch = "dev")
49+
deploydocs(
50+
repo = "github.com/JuliaAI/MLJTransforms.jl.git",
51+
devbranch = "dev",
52+
push_preview = true,
53+
)

0 commit comments

Comments
 (0)