Skip to content

Commit 1f05b6d

Browse files
committed
fix: use directory path for upload-pages-artifact
1 parent 6581223 commit 1f05b6d

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: 'docs/*'
39+
path: 'docs'
4140
- name: Deploy to GitHub Pages
4241
id: deployment
4342
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)