Skip to content

Commit bef9016

Browse files
committed
try again to figures out upload-artifacts syntax
1 parent 90bc016 commit bef9016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_static_page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
# Upload entire repository
40-
path: 'docs/.'
40+
path: 'docs/*'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)