You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-23 17:26:44 +02:00
Update mdbook to 0.4.28 (#480)
* Update mdbook to 0.4.28 This version contains https://github.com/rust-lang/mdBook/pull/1986 which will allow us to test the code in each translation. * Fix formatting in Korean translation The extra code block made `mdbook test` fail.
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.25
|
||||
run: cargo install mdbook --locked --version 0.4.28
|
||||
shell: bash
|
||||
|
||||
- name: Install mdbook-svgbob
|
||||
|
Reference in New Issue
Block a user