Skip to content

Commit

Permalink
dummy pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Dec 14, 2018
1 parent e8bae58 commit bd5f2da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pdf/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ function build_nightly_pdf()
withenv("DOCUMENTER_VERBOSE" => "true",
"TRAVIS_REPO_SLUG" => nothing, # workaround Documenter bugs and julia#26314
"BUILDROOT" => nothing) do
run(`make -C $(JULIA_SOURCE)/doc pdf texplatform=docker JULIA_EXECUTABLE=$(julia_exec)`)
# run(`make -C $(JULIA_SOURCE)/doc pdf texplatform=docker JULIA_EXECUTABLE=$(julia_exec)`)
run(`touch $("$(JULIA_SOURCE)/doc/_build/pdf/en/TheJuliaLanguage.pdf")`)
end

# copy the built PDF to JULIA_DOCS
Expand Down

0 comments on commit bd5f2da

Please sign in to comment.