Skip to content

Commit

Permalink
self-compile rust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 31, 2023
1 parent 16749f6 commit a8e3c27
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cargo-bins/cargo-binstall@main
- uses: baptiste0928/cargo-install@v2
with:
crate: mdbook
version: 0.4.36
- uses: baptiste0928/cargo-install@v2
with:
crate: mdbook-toc
version: 0.14.1
- uses: baptiste0928/cargo-install@v2
with:
crate: mdbook-open-on-gh
version: 2.4.1
- uses: baptiste0928/cargo-install@v2
with:
crate: mdbook-admonish
version: 1.14.0
- name: Build book
run: |
cargo binstall --no-confirm mdbook --version 0.4.36
cargo binstall --no-confirm mdbook-toc --version 0.14.1
cargo binstall --no-confirm mdbook-open-on-gh --version 2.4.1
cargo binstall --no-confirm mdbook-admonish --version 1.14.0
PATH=.cargo/bin:$PATH mdbook build docs
- name: Deploy
Expand Down

0 comments on commit a8e3c27

Please sign in to comment.