We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5aadb commit 18a08afCopy full SHA for 18a08af
docs/make.jl
@@ -54,5 +54,7 @@ makedocs(;
54
55
deploydocs(
56
repo = "github.com/exanauts/ExaModelsPower.jl.git",
57
- target = "previews/manual-preview"
+ branch = "gh-pages",
58
+ devbranch = "documentation", # your default branch
59
+ target = "previews/$(get(ENV, "GITHUB_REF_NAME", "manual"))"
60
)
0 commit comments