mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Try again
This commit is contained in:
parent
f02ae11e2e
commit
29e57fd98b
6
.github/workflows/scraper.yml
vendored
6
.github/workflows/scraper.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue