diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 3ce80637c..9052eb07c 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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}' @@ -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