[latex3-commits] [latex3/latex3] main: Ignore irrelevant pdfs when uploading Documentation artifact (5c1f8d69b)

github at latex-project.org github at latex-project.org
Wed Jan 3 19:20:47 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/5c1f8d69ba1f5673e285b618e4e4950d7b954d44

>---------------------------------------------------------------

commit 5c1f8d69ba1f5673e285b618e4e4950d7b954d44
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Thu Jan 4 01:05:02 2024 +0800

    Ignore irrelevant pdfs when uploading Documentation artifact


>---------------------------------------------------------------

5c1f8d69ba1f5673e285b618e4e4950d7b954d44
 .github/workflows/main.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 07bef11dc..7bd55dcca 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -66,7 +66,10 @@ jobs:
         uses: actions/upload-artifact at v4
         with:
           name: ${{ matrix.artifact_name }}
-          path: "**/*.pdf"
+          path: |
+            **/*.pdf
+            !build
+            !**/testfiles*
           # Decide how long to keep the test output artifact:
           retention-days: 21
   # GitHub automatically informs the initiator of any action about the result, but





More information about the latex3-commits mailing list.