mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
CI: Add mdbook-mermaid
This commit is contained in:
parent
8d8a1e5afc
commit
69a7c69bf3
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -684,6 +684,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pip install git+https://github.com/linkchecker/linkchecker.git
|
||||
|
||||
- name: Install mdbook-mermaid
|
||||
run: cargo install mdbook-mermaid
|
||||
|
||||
- name: mdBook Action
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
with:
|
||||
|
@ -774,6 +777,9 @@ jobs:
|
|||
# - name: Display Python version
|
||||
# run: python -c "import sys; print(sys.version)"
|
||||
#
|
||||
# - name: Install mdbook-mermaid
|
||||
# run: cargo install mdbook-mermaid
|
||||
#
|
||||
# - name: mdBook Action
|
||||
# uses: peaceiris/actions-mdbook@v1
|
||||
# with:
|
||||
|
|
Loading…
Reference in a new issue