From 6155591c1c0f8907802117d74d88cc377b44e1de Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Tue, 20 Jun 2023 10:52:34 -0400 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index a025979..6620099 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -53,7 +53,7 @@ jobs: - name: Build with Astro run: | - pnpx astro build + pnpm astro build working-directory: ${{ env.BUILD_PATH }} - name: Install SSH key