We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bc016 commit bef9016Copy full SHA for bef9016
1 file changed
.github/workflows/build_static_page.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/upload-artifact@v4
38
with:
39
# Upload entire repository
40
- path: 'docs/.'
+ path: 'docs/*'
41
- name: Deploy to GitHub Pages
42
id: deployment
43
uses: actions/deploy-pages@v1
0 commit comments