Skip to content

Commit 9e640b9

Browse files
committed
Fix
1 parent 532fd76 commit 9e640b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make-multi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ MultiDocumenter.make(
5555
cp(joinpath(@__DIR__, "logo.svg"),
5656
joinpath(outpath, "logo.svg"))
5757

58-
if "PR" not in ARGS
58+
if !("PR" in ARGS)
5959
@warn "Deploying to GitHub as MultiDocumenter"
6060
gitroot = normpath(joinpath(@__DIR__, ".."))
6161
run(`git pull`)

0 commit comments

Comments
 (0)