mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-30 08:07:34 +00:00
The hell?
This commit is contained in:
parent
064bd5fba5
commit
f02ae11e2e
5
.github/workflows/scraper.yml
vendored
5
.github/workflows/scraper.yml
vendored
|
|
@ -122,7 +122,7 @@ jobs:
|
||||||
git push
|
git push
|
||||||
|
|
||||||
prepare-site:
|
prepare-site:
|
||||||
name: Prepare static site for Github Pages
|
name: Prepare static site
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [generate-site]
|
needs: [generate-site]
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -137,6 +137,7 @@ 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 . \
|
--directory . \
|
||||||
|
|
@ -154,7 +155,7 @@ jobs:
|
||||||
path: ${{ runner.temp }}/artifact.tar
|
path: ${{ runner.temp }}/artifact.tar
|
||||||
|
|
||||||
deploy-site:
|
deploy-site:
|
||||||
name: Deploy static site to GitHub Pages
|
name: Deploy to GitHub Pages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [prepare-site]
|
needs: [prepare-site]
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue