File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 40
40
function makedocs (julia_exec)
41
41
@sync begin
42
42
builder = @async begin
43
- withenv (" TRAVIS_REPO_SLUG" => nothing , # workaround Documenter bugs and julia#26314
44
- " DOCUMENTER_KEY" => nothing , # skips deploydocs with the BuildBotConfig (see doc/make.jl)
43
+ withenv (DOCUMENTER_KEY " => nothing, # skips deploydocs with the BuildBotConfig (see doc/make.jl)
45
44
" BUILDROOT " => nothing) do
46
45
run(`make -C $(JULIA_SOURCE) /doc pdf texplatform=docker JULIA_EXECUTABLE=$(julia_exec) `)
47
46
end
134
133
135
134
# similar to Documenter.deploydocs
136
135
function commit()
137
- if get (ENV , " TRAVIS_PULL_REQUEST " , " true " ) != " false "
136
+ if get(ENV, " G ITHUB_EVENT_NAME " , nothing) == " pull_request "
138
137
@info " skipping commit from pull requests."
139
138
return
140
139
end
You can’t perform that action at this time.
0 commit comments