Skip to content

Commit

Permalink
ci: add necessary deps to pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed May 9, 2024
1 parent d49ddf3 commit b18e750
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 @@ -16,6 +16,12 @@ jobs:
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: latest
- name: Install further deps 📦
run: |
apt-get install -y --no-install-recommends cargo
cargo install mdbook-admonish
cargo install mdbook-emojicodes
cargo install mdbook-linkcheck
- name: Install and Build 🔧
run: cd docs && mdbook build
- name: Deploy 🚀
Expand Down

0 comments on commit b18e750

Please sign in to comment.