mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
ci: maybe fix mdbook compile failure
refs: https://github.com/rust-lang/mdBook/issues/1860
This commit is contained in:
parent
9be0595164
commit
e74defad11
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
key: ${{ runner.os }}-cargo-mdbook-${{ hashFiles('.github/workflows/pages.yml') }}
|
||||
- name: Install mdBook
|
||||
run: |
|
||||
(test -x ~/.cargo/bin/mdbook || (cd && cargo install mdbook --no-default-features --features search --vers "^0.4" --locked))
|
||||
(test -x ~/.cargo/bin/mdbook || (cd && cargo install mdbook --no-default-features --features search --vers "0.4.21" --locked))
|
||||
- name: Install mdBook linkcheck
|
||||
run: |
|
||||
(test -x ~/.cargo/bin/mdbook-linkcheck || (cd && cargo install mdbook-linkcheck --locked))
|
||||
|
Loading…
Reference in New Issue
Block a user