bug: workflow was deploying everything, not just public
This commit is contained in:
parent
eea8e10cab
commit
5152926859
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: '.'
|
||||
path: './public'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
Loading…
Add table
Add a link
Reference in a new issue