mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-29 15:55:55 +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
|
||||
|
||||
prepare-site:
|
||||
name: Prepare static site for Github Pages
|
||||
name: Prepare static site
|
||||
runs-on: ubuntu-latest
|
||||
needs: [generate-site]
|
||||
steps:
|
||||
|
|
@ -137,6 +137,7 @@ jobs:
|
|||
|
||||
- name: Archive github-pages artifact
|
||||
run: |
|
||||
find . -not -path '*/.*'
|
||||
tar \
|
||||
--dereference --hard-dereference \
|
||||
--directory . \
|
||||
|
|
@ -154,7 +155,7 @@ jobs:
|
|||
path: ${{ runner.temp }}/artifact.tar
|
||||
|
||||
deploy-site:
|
||||
name: Deploy static site to GitHub Pages
|
||||
name: Deploy to GitHub Pages
|
||||
runs-on: ubuntu-latest
|
||||
needs: [prepare-site]
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue