You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-05 22:19:01 +02:00
Add more tools to install instructions. (#2756)
Install mdbook-linkcheck2 via xtask, rather than separate step.
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -161,12 +161,6 @@ jobs:
|
||||
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot"}}' mdbook build -d po
|
||||
msgfmt -o /dev/null --statistics po/messages.pot
|
||||
|
||||
- name: Install mdbook-linkcheck2
|
||||
if: contains(fromJSON(env.LINK_CHECKED_LANGUAGES), matrix.language)
|
||||
run: |
|
||||
cargo uninstall mdbook-linkcheck || true
|
||||
cargo install mdbook-linkcheck2 --locked --version 0.9.1
|
||||
|
||||
- name: Build ${{ matrix.language }} translation
|
||||
run: |
|
||||
.github/workflows/build.sh ${{ matrix.language }} book/comprehensive-rust-${{ matrix.language }}
|
||||
|
Reference in New Issue
Block a user