Skip to content

Commit

Permalink
Run mdbook-mermaid install command before mdbook build
Browse files Browse the repository at this point in the history
  • Loading branch information
zolagonano committed Jun 6, 2024
1 parent 0a10f7f commit 7ef73a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Build with mdBook
run: mdbook build
run: |
mdbook-mermaid install
mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 7ef73a5

Please sign in to comment.