1
0
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:
Martin Geisler
2023-03-07 10:14:26 +01:00
committed by GitHub
parent 46aeaa508c
commit e366d833d0
2 changed files with 3 additions and 5 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.25
run: cargo install mdbook --locked --version 0.4.28
shell: bash
- name: Install mdbook-svgbob