Try again

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-10 18:24:18 -05:00
parent f02ae11e2e
commit 29e57fd98b

View file

@ -137,16 +137,14 @@ jobs:
- name: Archive github-pages artifact
run: |
find . -not -path '*/.*'
tar \
--dereference --hard-dereference \
--directory . \
-cvf "$RUNNER_TEMP/artifact.tar"
-cf "$RUNNER_TEMP/artifact.tar"
--exclude=.git \
--exclude=.github \
--exclude=LICENSE \
--exclude=README.md \
.
"./"
- name: Upload github-pages artifact
uses: actions/upload-artifact@v3