Skip to content

Commit

Permalink
ci(pages): add necessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed May 9, 2024
1 parent cb576b1 commit 0d0d087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: latest
- name: Install further deps 📦
run: |
sudo apt-get install -y --no-install-recommends cargo
cargo install mdbook-admonish
cargo install mdbook-emojicodes
PATH=$HOME/.cargo/bin:$PATH
- name: Install and Build 🔧
run: cd docs && mdbook build
- name: Deploy 🚀
Expand Down

0 comments on commit 0d0d087

Please sign in to comment.