Skip to content

Commit

Permalink
Align mdbook version.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Mar 13, 2024
1 parent 9c7f06e commit ff2a882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install mdbook.
run: |
mkdir bin
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.35/mdbook-v0.4.35-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
- name: Install mdbook-katex.
run: |
cargo install mdbook-katex
Expand Down

0 comments on commit ff2a882

Please sign in to comment.