1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-08 23:17:36 +03:00

ci: I hate yaml

This commit is contained in:
Wez Furlong 2022-10-01 06:34:49 -07:00
parent c041cef03e
commit f0e18129e9

View File

@ -45,7 +45,7 @@ jobs:
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: |
run: |
(test -x ~/.cargo/bin/mdbook-linkcheck || (cd && cargo install mdbook-linkcheck --locked))
- name: Install mdBook mermaid
run: |