Skip to content

Commit 6795fa4

Browse files
authored
Updated upload path to 'site'
1 parent 1e00bf8 commit 6795fa4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v3
3838
with:
39-
# Upload entire repository
40-
path: '.'
39+
path: 'site'
4140
- name: Deploy to GitHub Pages
4241
id: deployment
4342
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)