Skip to content

Commit a143734

Browse files
committed
fix: fix double semicolon in deplydocs
1 parent c9349c0 commit a143734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ makedocs(;
2222

2323
if CI
2424
deploydocs(;
25-
repo="github.com/QuantumEngineeredSystems/QuestBase.jl";
25+
repo="github.com/QuantumEngineeredSystems/QuestBase.jl",
2626
# devbranch="main",
2727
# target="build",
2828
# branch="gh-pages",

0 commit comments

Comments
 (0)