Skip to content

Commit

Permalink
fix: mermaid blocks not processed
Browse files Browse the repository at this point in the history
  • Loading branch information
matchy233 authored Mar 5, 2024
1 parent b0015d2 commit e59e217
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
run: |
mkdir mdbook-mermaid
curl -sSL https://github.com/badboy/mdbook-mermaid/releases/download/v0.13.0/mdbook-mermaid-v0.13.0-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook-mermaid
curl -sSL https://raw.githubusercontent.com/badboy/mdbook-mermaid/v0.13.0/src/bin/assets/mermaid-init.js -o mermaid-init.js
curl -sSL https://raw.githubusercontent.com/badboy/mdbook-mermaid/v0.13.0/src/bin/assets/mermaid.min.js -o mermaid.min.js
echo `pwd`/mdbook-mermaid >> $GITHUB_PATH
mdbook-mermaid install .
- name: Deploy GitHub Pages
run: |
# This assumes your book is in the root of your repository.
Expand Down

0 comments on commit e59e217

Please sign in to comment.