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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue