From 5e44238f7761e1d4341bf8bb516f72eba6a44893 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Tue, 16 May 2023 11:11:38 -0400 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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