Skip to content

Commit 8d89bee

Browse files
committed
fix: uncomment deploydocs parameters in make.jl
1 parent 318c99a commit 8d89bee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ makedocs(;
2323
if CI
2424
deploydocs(;
2525
repo="github.com/QuantumEngineeredSystems/QuestBase.jl",
26-
# devbranch="main",
27-
# target="build",
28-
# branch="gh-pages",
26+
devbranch="main",
27+
target="build",
28+
branch="gh-pages",
2929
push_preview=true,
3030
)
3131
end

0 commit comments

Comments
 (0)