Skip to content

Commit 46e19d9

Browse files
authored
Update docs.yml
1 parent b204918 commit 46e19d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ jobs:
5757
# xvfb-run julia --color=yes --project=docs/ -e 'using Pkg; pkg"add Documenter#master"'
5858
xvfb-run julia --color=yes --project=docs/ -e 'using Pkg; pkg"st -m"'
5959
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
60+
cat $UP_DEBUG_IO | sed 's,\x1B,ESC,g'
61+
rm $UP_DEBUG_IO

0 commit comments

Comments
 (0)