Skip to content

Commit 18a08af

Browse files
updated ci
1 parent 8d5aadb commit 18a08af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ makedocs(;
5454

5555
deploydocs(
5656
repo = "github.com/exanauts/ExaModelsPower.jl.git",
57-
target = "previews/manual-preview"
57+
branch = "gh-pages",
58+
devbranch = "documentation", # your default branch
59+
target = "previews/$(get(ENV, "GITHUB_REF_NAME", "manual"))"
5860
)

0 commit comments

Comments
 (0)