Merge pull request #3 from NeilHanlon/migrate-to-github-pages

oops
This commit is contained in:
Neil Hanlon
2025-08-08 16:10:43 -04:00
committed by GitHub
+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