Skip to content

Commit 2e371ec

Browse files
committed
fix upload artifact stage
1 parent fff7795 commit 2e371ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/page.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v1
4343
with:
44-
path: 'index.html'
44+
# Upload entire repository
45+
path: '.'
4546
- name: Deploy to GitHub Pages
4647
id: deployment
4748
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)