Skip to content

Commit

Permalink
Install mdbook-mermaid on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zolagonano committed Jun 6, 2024
1 parent 3b5fa80 commit 0a10f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ jobs:
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.36
MERMAID_VERSION: 0.13.0
steps:
- uses: actions/checkout@v4
- name: Install mdBook
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install --version ${MERMAID_VERSION} mdbook-mermaid
cargo install --version ${MDBOOK_VERSION} mdbook
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 0a10f7f

Please sign in to comment.