From 36ae8478903bb8fd7334017c17479ac537aeb202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Guy=20S=C3=BC=C3=9F?= Date: Mon, 12 Aug 2024 14:32:52 +1000 Subject: [PATCH] add terminator 0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc4a0e7..fad47fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: with: packages: tidy - name: Find broken pages - run: find site/ -type f -name "*.html" -exec tidy -f errors.txt -m -utf8 -i {} + -print > files_processed.txt + run: find site/ -type f -name "*.html" -exec tidy -f errors.txt -m -utf8 -i {} + -print0 > files_processed.txt - uses: actions/upload-artifact@v4 with: # Name of the artifact to upload.