Skip to content

Commit

Permalink
ci: tidy up
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Chou <[email protected]>
  • Loading branch information
muzimuzhi committed Dec 22, 2023
1 parent fccd2ed commit 3d30091
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
run: |
l3build doc -q
- name: Analyse manual log and create annotation(s)
- name: Analyze manual log
run: |
# setting a notice message:
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions?tool=bash#setting-a-notice-message
# trick to create multiline annotation:
# use url-encoded newline %0A
# https://github.com/actions/toolkit/issues/193#issuecomment-605394935
# set a notice message
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions?tool=bash#setting-a-notice-message
# create multiline annotations by using URL-encoded newline "%0A"
# https://github.com/actions/toolkit/issues/193#issuecomment-605394935
OVERFULL_HBOX=$(
grep -r '^Overfull \\hbox' build/doc/pgfmanual.log |
awk 'BEGIN {RS=""}{gsub(/\n/,"%0A",$0); print $0}'
Expand All @@ -48,7 +47,7 @@ jobs:
name: pgfmanual
path: build/doc/pgfmanual.pdf

- name: Upload manual with aux files
- name: Upload manual with aux
uses: actions/upload-artifact@v4
with:
name: pgfmanual-with-aux
Expand Down

0 comments on commit 3d30091

Please sign in to comment.