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 b204918 commit 46e19d9Copy full SHA for 46e19d9
.github/workflows/docs.yml
@@ -57,4 +57,5 @@ jobs:
57
# xvfb-run julia --color=yes --project=docs/ -e 'using Pkg; pkg"add Documenter#master"'
58
xvfb-run julia --color=yes --project=docs/ -e 'using Pkg; pkg"st -m"'
59
xvfb-run julia --color=yes --project=docs/ -e 'withenv("GITHUB_REPOSITORY" => "JuliaPlots/PlotDocs.jl") do; include("docs/make.jl"); end'
60
- cat $UP_DEBUG_IO
+ cat $UP_DEBUG_IO | sed 's,\x1B,ESC,g'
61
+ rm $UP_DEBUG_IO
0 commit comments