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