Skip to content

Commit

Permalink
ci: fix deploy book path
Browse files Browse the repository at this point in the history
After the addition of mdbook-linkcheckt plugin, the book build path is changed.
  • Loading branch information
yukibtc authored Nov 13, 2024
1 parent 19d765f commit f126b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: './book/book'
path: './book/book/html'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit f126b6a

Please sign in to comment.