From 65a44a3254aa9501aac160513a2307a6972c77bc Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Tue, 18 Mar 2025 23:20:15 +0000 Subject: [PATCH] Oh no --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a418fd8..f248502 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -234,7 +234,8 @@ jobs: - name: Install mdbook uses: actions-rs/cargo@v1 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 run: |