Skip to content

Commit

Permalink
fixup! ci: analyse and show overfull hbox(es)
Browse files Browse the repository at this point in the history
Signed-off-by: muzimuzhi <[email protected]>
  • Loading branch information
muzimuzhi committed Oct 21, 2022
1 parent 0f1430b commit 53a1f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# use url-encoded newline %0A
# https://github.com/actions/toolkit/issues/193#issuecomment-605394935
OVERFULL_HBOX=$( \
texloganalyser -o build/doc/pgfmanual.log | \
awk 'BEGIN {RS=""}{gsub(/\n/,"%0A",$0); print $0}' \
grep -r '^Overfull \\hbox' build/doc/pgfmanual.log | \
awk 'BEGIN {RS=""}{gsub(/\n/,"%0A",$0); print $0}' \
)
echo "::warning file=build/doc/pgfmanual.log,title=Overfull hbox(es)::$OVERFULL_HBOX"
Expand Down

0 comments on commit 53a1f85

Please sign in to comment.