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 - name: Archive github-pages artifact
run: | run: |
find . -not -path '*/.*'
tar \ tar \
--dereference --hard-dereference \ --dereference --hard-dereference \
--directory . \ -cf "$RUNNER_TEMP/artifact.tar"
-cvf "$RUNNER_TEMP/artifact.tar"
--exclude=.git \ --exclude=.git \
--exclude=.github \ --exclude=.github \
--exclude=LICENSE \ --exclude=LICENSE \
--exclude=README.md \ --exclude=README.md \
. "./"
- name: Upload github-pages artifact - name: Upload github-pages artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3