From 7669f440dc30ee970eae3c524b001f4051bc28a2 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 5 Jun 2023 18:02:31 -0700 Subject: [PATCH] forgot to save the install command --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de2d206..7b1a588 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: with: cache-all-crates: "true" cache-targets: "false" - - run: cargo install --locked + - run: cargo install --locked --path . # - name: Install latest mdbook # run: |