Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 061570f

Browse files
committed
Action build update
1 parent dd4b6f2 commit 061570f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build-mdbook/action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ runs:
3737
url="https://github.com/lzanini/mdbook-katex/releases/download/0.9.0-binaries/mdbook-katex-v0.9.0-x86_64-unknown-linux-gnu.tar.gz"
3838
curl -sSL "$url" | tar -xz --directory=bin
3939
shell: bash
40+
- name: Install mdbook-templates from crates.io
41+
uses: baptiste0928/cargo-install@v3
42+
with:
43+
crate: mdbook-templates
4044
- name: Build the book and check for broken links
4145
run: mdbook build
4246
env:

0 commit comments

Comments
 (0)