Skip to content

Commit

Permalink
BUILD: Work around old LaTeX distribution in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
epatters authored and mehalter committed Sep 1, 2020
1 parent b69eb21 commit 1006326
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ using Catlab,

@info "Building Literate.jl docs"

# XXX: Work around old LaTeX distribution in GitHub CI.
if haskey(ENV, "GITHUB_ACTIONS")
import TikzPictures
TikzPictures.standaloneWorkaround(true)
end

# Set Literate.jl config if not being compiled on recognized service.
config = Dict{String,String}()
if !(haskey(ENV, "GITHUB_ACTIONS") || haskey(ENV, "GITLAB_CI"))
Expand Down

0 comments on commit 1006326

Please sign in to comment.