Skip to content

Commit 19fc5d0

Browse files
authored
Merge pull request #175 from rust-lang/nikomatsakis-patch-1
install mdbook-mermaid to fix flow chart
2 parents 644abff + 7a32b50 commit 19fc5d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8+
- name: Install mdbook-mermaid
9+
run: cargo install mdbook-mermaid
810
- uses: XAMPPRocky/deploy-mdbook@v1.1
911
with:
1012
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)