mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
docs: don't build now-unused mdbook bits
This commit is contained in:
parent
7b2330ead2
commit
cd89022164
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for util in mdbook mdbook-linkcheck mdbook-mermaid mdbook-admonish gelatyx ; do
|
||||
for util in mdbook-linkcheck gelatyx ; do
|
||||
if ! hash $util 2>/dev/null ; then
|
||||
cargo install $util --locked
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user