Skip to content

Commit abb8a68

Browse files
committed
fixup! docs: use mdbook for documentation
1 parent 9a35e4b commit abb8a68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy_mdbook.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
curl -sSL $url | tar -xz --directory=./mdbook
3535
3636
- name: Build Book
37-
run: mdbook build
37+
run: |
38+
mdbook-mermaid install .
39+
mdbook build
3840
3941
- name: Deploy to GitHub Pages
4042
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)