mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-26 15:02:54 +02:00
Include version numbers when installing mdbook
This commit is contained in:
parent
15b8ca8a05
commit
85c1684fe3
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -34,10 +34,10 @@ jobs:
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Install mdbook
|
||||
run: cargo install mdbook
|
||||
run: cargo install mdbook --version 0.4.25
|
||||
|
||||
- name: Install mdbook-svgbob
|
||||
run: cargo install mdbook-svgbob
|
||||
run: cargo install mdbook-svgbob --version 0.2.1
|
||||
|
||||
- name: Build book
|
||||
run: mdbook build
|
||||
|
Loading…
x
Reference in New Issue
Block a user