You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-23 17:26:44 +02:00
Use mdbook-i18n-helpers crate (#552)
The i18n-helpers are now available as a stand-alone crate: https://crates.io/crates/mdbook-i18n-helpers. Because we cache the Rust binaries in our GitHub workflows, I bumped the cache prefix to ensure we use a clean cache. Otherwise, Cargo won’t install the new binaries in mdbook-i18n-helpers because it sees the old ones from this repository.
This commit is contained in:
6
.github/workflows/install-mdbook/action.yml
vendored
6
.github/workflows/install-mdbook/action.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Install mdbook and dependencies
|
||||
|
||||
description: Install the mdbook with the dependencies we need.
|
||||
description: Install mdbook with the dependencies we need.
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
@ -15,6 +15,6 @@ runs:
|
||||
run: cargo install mdbook-svgbob --locked --version 0.2.1
|
||||
shell: bash
|
||||
|
||||
- name: Install i18n-helpers
|
||||
run: cargo install --path i18n-helpers --locked
|
||||
- name: Install mdbook-i18n-helpers
|
||||
run: cargo install mdbook-i18n-helpers --locked --version 0.1.0
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user