Skip to content

Commit

Permalink
ci: use binstall instead of compiling mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 17, 2024
1 parent 87963b8 commit a79d44c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Install cargo-binstall
uses: cargo-bins/[email protected]

- name: Install mdbook
run: cargo install mdbook mdbook-admonish mdbook-emojicodes
run: cargo binstall mdbook mdbook-admonish mdbook-emojicodes -y
- name: Build Book
run: |
cd docs
Expand Down

0 comments on commit a79d44c

Please sign in to comment.