Update mdbook version in github actions (#2497)
## Issue Addressed Resolves #2477 ## Proposed Changes Always use the latest mdbook version in github actions. [Source](https://github.com/peaceiris/actions-mdbook#%EF%B8%8F-use-the-latest-version-of-mdbook)
This commit is contained in:
parent
e8c0d1f19b
commit
fc8969302c
2
.github/workflows/book.yml
vendored
2
.github/workflows/book.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Setup mdBook
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@v1
|
uses: peaceiris/actions-mdbook@v1
|
||||||
with:
|
with:
|
||||||
mdbook-version: '0.3.5'
|
mdbook-version: 'latest'
|
||||||
|
|
||||||
- run: mdbook build
|
- run: mdbook build
|
||||||
working-directory: book
|
working-directory: book
|
||||||
|
Loading…
Reference in New Issue
Block a user