Skip to content

Commit afd1f28

Browse files
allow deploy on branch
1 parent 438c2d7 commit afd1f28

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
@@ -52,4 +52,8 @@ makedocs(;
5252
clean = false
5353
)
5454

55-
deploydocs(; repo = "github.com/exanauts/ExaModelsPower.jl.git")
55+
deploydocs(;
56+
repo = "github.com/exanauts/ExaModelsPower.jl.git",
57+
branch = "gh-pages",
58+
devbranch = "documentation"
59+
)

0 commit comments

Comments
 (0)