Skip to content

Commit e00c582

Browse files
fix: install yapp preprocessor (#55)
1 parent b5d08e7 commit e00c582

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- name: Setup Rust
5555
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
5656

57+
- name: Install mdbook-yapp
58+
run: cargo install mdbook-yapp --locked
59+
5760
- name: Deploy mdBook to gh-pages
5861
uses: matter-labs/deploy-mdbooks@c72ae3825faeb7d20cbf3e67714f7253dd0ee7cb
5962
with:

0 commit comments

Comments
 (0)