Skip to content

Commit 1ddeee9

Browse files
committed
Update book workflow
Signed-off-by: declark1 <[email protected]>
1 parent 34f43e6 commit 1ddeee9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
- name: Upload artifact
3131
uses: actions/upload-pages-artifact@v3
3232
with:
33-
# Upload entire repository
34-
path: 'book'
33+
path: 'book/book'
3534
- name: Deploy to GitHub Pages
3635
id: deployment
3736
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)