The hell?

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-10 18:16:58 -05:00
parent 064bd5fba5
commit f02ae11e2e

View file

@ -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: