Skip to content

Commit

Permalink
fix broken mdbook sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Jan 23, 2025
1 parent 89d7f0d commit 01a5d6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
toolchain: stable
profile: minimal
- name: Install mdBook
# relative links are broken after v0.4.40, potentially because of https://github.com/rust-lang/mdBook/pull/2414
run: |
(test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
(test -x $HOME/.cargo/bin/mdbook || cargo install --vers "0.4.40" mdbook)
cargo install mdbook-linkcheck mdbook-mermaid mdbook-admonish
- name: Build and Test
run: |
Expand Down

0 comments on commit 01a5d6e

Please sign in to comment.