CI: Build book with latest mdbook

`mdbook-katex` is installed from crates.io, and if it doesn't use the
same version of `mdbook` it can cause build issues.
This commit is contained in:
Jack Grigg 2021-06-09 11:26:31 +01:00
parent 20abdb0e04
commit 93a46e303d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.7'
mdbook-version: 'latest'
- name: Install mdbook-katex
uses: actions-rs/cargo@v1