This commit is contained in:
Neil Hanlon
2025-08-08 16:13:02 -04:00
parent 96756c73de
commit 645c7ccb2c
+4
View File
@@ -159,6 +159,10 @@ jobs:
with:
name: github-pages
path: ./site
- name: Extract artifact
run: |
cd site
tar -xf artifact.tar
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4