This commit is contained in:
illegitimate-egg 2025-03-18 23:20:15 +00:00
parent 26a679e9fa
commit 65a44a3254

View File

@ -234,7 +234,8 @@ jobs:
- name: Install mdbook - name: Install mdbook
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: install mdbook --no-default-features --features search --vers "^0.4" --locked command: install
args: mdbook --no-default-features --features search --vers "^0.4" --locked
- name: Build book - name: Build book
run: | run: |