1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-15 02:24:18 +02:00

Update mdbook to version 0.4.35 (#1302)

This also ports over the latest changes to `book.js` and `index.hbs`.

We probably need to come up with a more systematic way of doing this,
e.g., we could store our changes in a patch and automatically attempt to
apply it onto the latest upstream files.
This commit is contained in:
Martin Geisler
2023-10-13 16:40:40 +02:00
committed by GitHub
parent c2e9a45d49
commit 5fafa4842c
3 changed files with 36 additions and 24 deletions

View File

@ -8,10 +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
# See https://github.com/google/comprehensive-rust/issues/1164.
# We will revert to a released version of mdbook as soon as the
# commit referenced here is released.
run: cargo install --git https://github.com/rust-lang/mdbook/ --rev 09f222b mdbook
run: cargo install mdbook --locked --version 0.4.35
shell: bash
- name: Install mdbook-svgbob