We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d7f0d commit 01a5d6eCopy full SHA for 01a5d6e
.github/workflows/deploy-mdbook.yml
@@ -15,8 +15,9 @@ jobs:
15
toolchain: stable
16
profile: minimal
17
- name: Install mdBook
18
+ # relative links are broken after v0.4.40, potentially because of https://github.com/rust-lang/mdBook/pull/2414
19
run: |
- (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)
21
cargo install mdbook-linkcheck mdbook-mermaid mdbook-admonish
22
- name: Build and Test
23
0 commit comments