From abff3418b2f58137c5f1b1a0d0f667d8b6172a9d Mon Sep 17 00:00:00 2001 From: Jens Astrup Date: Fri, 29 Mar 2024 19:21:40 -0400 Subject: [PATCH] Attempt to include --- .github/workflows/docs.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5794e7e..754b165 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -29,13 +29,7 @@ jobs: shell: sh run: | echo ::group::Archive artifact - tar \ - --create \ - --file "artifact.tar" \ - --exclude=.git \ - --exclude=.github \ - -C ./docs/ . \ - -C ./docs/ --include='.nojekyll' # Include .nojekyll explicitly + find ./docs -name ".nojekyll" -print0 | tar --null --no-recursion --create --file "artifact.tar" --exclude=.git --exclude=.github --files-from - echo ::endgroup:: - name: Upload artifact