Skip to content

Commit 7f3e411

Browse files
authored
Update static.yml
1 parent 8809c76 commit 7f3e411

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
uses: actions/upload-pages-artifact@v3
4141
with:
4242
# Upload entire repository
43-
path: '.'
43+
# path: '.'
44+
# Upload compiled html file
45+
name: 'index.html'
4446
- name: Deploy to GitHub Pages
4547
id: deployment
4648
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)