You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-11 01:12:11 +02:00
Update mdbook to 0.4.34 (#1066)
I also updated `book.js` and `index.hbs` to the latest versions while keeping our local modifications. I tested this locally with `mdbook serve` for both English and Brazilian Portuguese and everything seems to work fine.
This commit is contained in:
2
.github/workflows/install-mdbook/action.yml
vendored
2
.github/workflows/install-mdbook/action.yml
vendored
@@ -8,7 +8,7 @@ runs:
|
||||
# The --locked flag is important for reproducible builds. It also
|
||||
# avoids breakage due to skews between mdbook and mdbook-svgbob.
|
||||
- name: Install mdbook
|
||||
run: cargo install mdbook --locked --version 0.4.28
|
||||
run: cargo install mdbook --locked --version 0.4.34
|
||||
shell: bash
|
||||
|
||||
- name: Install mdbook-svgbob
|
||||
|
Reference in New Issue
Block a user