1
0
mirror of https://github.com/casey/just synced 2024-07-03 08:18:53 +00:00

Install mdbook with cargo in CI workflow (#1877)

This commit is contained in:
Casey Rodarmor 2024-01-25 17:31:16 -08:00 committed by GitHub
parent 77e7cfe763
commit d1e2ef788f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,9 +56,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install `mdbook`
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: latest
run: cargo install mdbook
- name: Install `mdbook-linkcheck`
run: |