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 435dd70 commit 4db1023Copy full SHA for 4db1023
pdf/make.jl
@@ -40,7 +40,7 @@ end
40
function makedocs(julia_exec)
41
@sync begin
42
builder = @async begin
43
- withenv(DOCUMENTER_KEY" => nothing, # skips deploydocs with the BuildBotConfig (see doc/make.jl)
+ withenv("DOCUMENTER_KEY" => nothing, # skips deploydocs with the BuildBotConfig (see doc/make.jl)
44
"BUILDROOT" => nothing) do
45
run(`make -C $(JULIA_SOURCE)/doc pdf texplatform=docker JULIA_EXECUTABLE=$(julia_exec)`)
46
end
0 commit comments