This commit is contained in:
Neil Hanlon
2025-08-08 15:10:33 -04:00
parent b1c64dff4c
commit 65e0817e19
+5
View File
@@ -154,6 +154,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: github-pages
path: ./site
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v4 uses: actions/deploy-pages@v4