Update static.yml

This commit is contained in:
Bradon Kelley
2024-11-01 11:28:08 -05:00
committed by GitHub
parent bc67d9c904
commit 804568f03b
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './src'
path: '/src'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4