Skip to content

Commit e1888c1

Browse files
committed
chore: Use pre-release version of mdbook-katex
Due to a new version of `mdbook` (v0.5) and various downstream problems with `mdbook-katex`, pin the version of `mdbook-katex` to an alpha version.
1 parent 4acf9cd commit e1888c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
- name: Install mdBook
3131
run: |
3232
cargo install mdbook
33-
cargo install mdbook-katex
34-
cargo install mdbook-linkcheck
33+
cargo install mdbook-katex@0.10.0-alpha # https://github.com/lzanini/mdbook-katex/issues/130
3534
3635
- name: Fetch Triton VM repository
3736
uses: actions/checkout@v4

0 commit comments

Comments
 (0)