Skip to content

Commit 01a5d6e

Browse files
committedJan 23, 2025
fix broken mdbook sidebar
rust-lang/mdBook#2414
1 parent 89d7f0d commit 01a5d6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/deploy-mdbook.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
toolchain: stable
1616
profile: minimal
1717
- name: Install mdBook
18+
# relative links are broken after v0.4.40, potentially because of https://github.com/rust-lang/mdBook/pull/2414
1819
run: |
19-
(test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4" mdbook)
20+
(test -x $HOME/.cargo/bin/mdbook || cargo install --vers "0.4.40" mdbook)
2021
cargo install mdbook-linkcheck mdbook-mermaid mdbook-admonish
2122
- name: Build and Test
2223
run: |

0 commit comments

Comments
 (0)