fix github action

This commit is contained in:
tnichols217 2025-02-16 16:54:26 -05:00
parent acecd3e5b4
commit 5edc922032

View File

@ -24,7 +24,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "result/site/*"
path: "result/site"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4