Skip to content

Commit

Permalink
fix: fix mermaid again (#127)
Browse files Browse the repository at this point in the history
GA can't find the preprocessor binary for some reason.

Description
---

Motivation and Context
---

How Has This Been Tested?
---
  • Loading branch information
CjS77 authored Dec 19, 2023
1 parent aa31b02 commit 9e59acc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rfc_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: |
curl -L https://github.com/badboy/mdbook-mermaid/releases/download/v0.13.0/mdbook-mermaid-v0.13.0-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar xvz
./mdbook --version
./mdbook-mermaid --version
- name: Build 🛠
run: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/rfc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:

- name: Install 🦀
run: |
curl -L https://github.com/badboy/mdbook-mermaid/releases/download/v0.10.0/mdbook-mermaid-v0.10.0-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.8/mdbook-v0.4.8-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/badboy/mdbook-mermaid/releases/download/v0.13.0/mdbook-mermaid-v0.13.0-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar xvz
./mdbook --version
./mdbook-mermaid --version
- name: Test 🧪
run: |
Expand Down
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ copy-js = true
[preprocessor]

[preprocessor.mermaid]
command = "mdbook-mermaid"
command = "./mdbook-mermaid"

0 comments on commit 9e59acc

Please sign in to comment.