Skip to content

Commit ccbf97b

Browse files
committed
add deployment for doc
1 parent aa8cc27 commit ccbf97b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/make.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ makedocs(
2727
],
2828
plugins = [links],
2929
)
30+
31+
deploydocs(
32+
repo = "github.com/blegat/MathOptComplements.jl.git",
33+
target = "build",
34+
devbranch = "main",
35+
devurl = "dev",
36+
push_preview = true,
37+
)

0 commit comments

Comments
 (0)