1
0
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:
Martin Geisler
2023-08-11 15:40:01 +02:00
committed by GitHub
parent e596b80c03
commit 2e92da7acd
3 changed files with 36 additions and 16 deletions

View File

@@ -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