1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-14 22:56:44 +02:00

Merge pull request #30 from google/mdbook-versions

Include version numbers when installing `mdbook`
This commit is contained in:
Martin Geisler 2022-12-22 19:57:22 +01:00 committed by GitHub
commit 466b6e9cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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