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