We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8809c76 commit 7f3e411Copy full SHA for 7f3e411
1 file changed
.github/workflows/static.yml
@@ -40,7 +40,9 @@ jobs:
40
uses: actions/upload-pages-artifact@v3
41
with:
42
# Upload entire repository
43
- path: '.'
+ # path: '.'
44
+ # Upload compiled html file
45
+ name: 'index.html'
46
- name: Deploy to GitHub Pages
47
id: deployment
48
uses: actions/deploy-pages@v4
0 commit comments