Skip to content

Commit 31e1daf

Browse files
authored
Update deploy.yml
1 parent d36f9e3 commit 31e1daf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
uses: actions/configure-pages@v4
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v3
34+
with:
35+
# Upload entire repository
36+
path: 'book'
3437
- name: Deploy to GitHub Pages
3538
id: deployment
3639
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)