diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index cdcfe16..f60be90 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -53,8 +53,7 @@ jobs: - name: Build with Astro run: | - pnpx astro build \ - --site "${{ steps.pages.outputs.origin }}" \ + pnpx astro build working-directory: ${{ env.BUILD_PATH }} - name: Install SSH key