aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-03-04 20:48:33 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-04 20:48:33 +0100
commitd9bf04ae153bed12dad616baf091402930a3c500 (patch)
tree3e995762122e36406c7b8ff4730b6f929360cb26 /.github
parent775f2d08d3e262e2610f889292780226f9c34625 (diff)
ci: mdbookold needs mdbook
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml10
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