1
1
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:
Wez Furlong 2022-10-01 06:16:13 -07:00
parent e74defad11
commit 9102973274

View File

@ -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))