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
|
uses: peaceiris/actions-mdbook@v2
|
||||||
with:
|
with:
|
||||||
mdbook-version: '0.4.10'
|
mdbook-version: '0.4.10'
|
||||||
|
- run: |
|
||||||
- run: mdbook build
|
cd book
|
||||||
|
mdbook build
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue