diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-01-30 22:15:43 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:39 +0100 |
| commit | 274de31a78a47b4391987e9951e6d7cef56fb0d2 (patch) | |
| tree | 0e000e27b428bbcbafa4a3065ded745d4bd02a2b /.github/workflows | |
| parent | 1f51b10297e9cbb4797aa1ed8be6a2b84c9f2e07 (diff) | |
CI: Add mdbook-mermaid
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ef7d52..7df817c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |
