bug: workflow was deploying everything, not just public

This commit is contained in:
wi11-holdsworth 2025-05-29 12:30:52 +10:00
parent eea8e10cab
commit 5152926859

View file

@ -37,7 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:
# Upload entire repository # Upload entire repository
path: '.' path: './public'
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v4 uses: actions/deploy-pages@v4