1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00

add gelatyx to verify-pages workflow

This commit is contained in:
digitallyserviced 2022-07-20 10:20:18 -04:00 committed by Wez Furlong
parent 50d5f94ab0
commit 41ee60c97a

View File

@ -34,6 +34,7 @@ jobs:
(test -x ~/mdbook-bin/mdbook || (cd && cargo install --vers "^0.4" mdbook && cp -p ~/.cargo/bin/mdbook ~/mdbook-bin))
(test -x ~/mdbook-bin/mdbook-linkcheck || (cd && cargo install mdbook-linkcheck && cp -p ~/.cargo/bin/mdbook-linkcheck ~/mdbook-bin))
(test -x ~/mdbook-bin/mdbook-mermaid || (cd && cargo install mdbook-mermaid && cp -p ~/.cargo/bin/mdbook-mermaid ~/mdbook-bin))
(test -x ~/mdbook-bin/gelatyx || (cd && cargo install gelatyx && cp -p ~/.cargo/bin/gelatyx ~/mdbook-bin))
- name: Build
run: |
source $HOME/.cargo/env