Skip to content

Commit 9a960ec

Browse files
committed
Skip trying to deploy docs with Documenter.deploydocs.
1 parent 4ba023f commit 9a960ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdf/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function makedocs(julia_exec)
4040
@sync begin
4141
builder = @async begin
4242
withenv("TRAVIS_REPO_SLUG" => nothing, # workaround Documenter bugs and julia#26314
43+
"DOCUMENTER_KEY" => nothing, # skips deploydocs with the BuildBotConfig (see doc/make.jl)
4344
"BUILDROOT" => nothing) do
4445
run(`make -C $(JULIA_SOURCE)/doc pdf texplatform=docker JULIA_EXECUTABLE=$(julia_exec)`)
4546
end

0 commit comments

Comments
 (0)