We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a35e4b commit abb8a68Copy full SHA for abb8a68
1 file changed
.github/workflows/deploy_mdbook.yml
@@ -34,7 +34,9 @@ jobs:
34
curl -sSL $url | tar -xz --directory=./mdbook
35
36
- name: Build Book
37
- run: mdbook build
+ run: |
38
+ mdbook-mermaid install .
39
+ mdbook build
40
41
- name: Deploy to GitHub Pages
42
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments