fix book build
This commit is contained in:
parent
6a30384aef
commit
3887e544b1
1 changed files with 3 additions and 2 deletions
5
.github/workflows/deploy_book.yml
vendored
5
.github/workflows/deploy_book.yml
vendored
|
|
@ -18,8 +18,9 @@ jobs:
|
|||
uses: peaceiris/actions-mdbook@v2
|
||||
with:
|
||||
mdbook-version: '0.4.10'
|
||||
|
||||
- run: mdbook build
|
||||
- run: |
|
||||
cd book
|
||||
mdbook build
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue