We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6581223 commit 1f05b6dCopy full SHA for 1f05b6d
1 file changed
.github/workflows/static.yml
@@ -36,8 +36,7 @@ jobs:
36
- name: Upload artifact
37
uses: actions/upload-pages-artifact@v3
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@v4
0 commit comments