Skip to content

Commit 5370c9c

Browse files
authored
Merge pull request #96 from InnerSourceCommons/jeffabailey-patch-1
fix: add mermaid and embedify
2 parents 27731fc + ddc1701 commit 5370c9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mdbook.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
3838
rustup update
3939
cargo install --version ${MDBOOK_VERSION} mdbook
40+
cargo install mdbook-mermaid
41+
cargo install mdbook-embedify
4042
- name: Setup Pages
4143
id: pages
4244
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)