diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 20:48:33 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 20:48:33 +0100 |
| commit | d9bf04ae153bed12dad616baf091402930a3c500 (patch) | |
| tree | 3e995762122e36406c7b8ff4730b6f929360cb26 /.github/workflows/build.yml | |
| parent | 775f2d08d3e262e2610f889292780226f9c34625 (diff) | |
ci: mdbookold needs mdbook
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 184192a..b031831 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -354,6 +354,16 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - name: Install mdbook + uses: taiki-e/install-action@v2 + with: + tool: mdbook + + - name: Install mdbook-mermaid + uses: taiki-e/install-action@v2 + with: + tool: mdbook-mermaid + - name: Remove cargo-config run: rm -f .cargo/config |
