mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
ci: disable mdbook-linkcheck
refs: https://github.com/Michael-F-Bryan/mdbook-linkcheck/issues/73
This commit is contained in:
parent
e74defad11
commit
9102973274
6
.github/workflows/pages.yml
vendored
6
.github/workflows/pages.yml
vendored
@ -36,9 +36,9 @@ jobs:
|
||||
- name: Install mdBook
|
||||
run: |
|
||||
(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))
|
||||
#- name: Install mdBook linkcheck
|
||||
# run: |
|
||||
# (test -x ~/.cargo/bin/mdbook-linkcheck || (cd && cargo install mdbook-linkcheck --locked))
|
||||
- name: Install mdBook mermaid
|
||||
run: |
|
||||
(test -x ~/.cargo/bin/mdbook-mermaid || (cd && cargo install mdbook-mermaid --locked))
|
||||
|
Loading…
Reference in New Issue
Block a user