You've already forked comprehensive-rust
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:
5
.github/workflows/install-mdbook/action.yml
vendored
5
.github/workflows/install-mdbook/action.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user