From 39303c108428aee3501c5641450fa44288651108 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Fri, 12 May 2023 10:07:51 -0400 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 814840c..1eb9ccf 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -2,7 +2,7 @@ # # To get started with Astro see: https://docs.astro.build/en/getting-started/ # -name: Deploy Astro site to Pages +name: Deploy Astro site to VM on: # Runs on pushes targeting the default branch @@ -75,11 +75,6 @@ jobs: pnpx astro build \ --site "${{ steps.pages.outputs.origin }}" \ working-directory: ${{ env.BUILD_PATH }} - -# - name: Upload artifact -# uses: actions/upload-pages-artifact@v1 -# with: -# path: ${{ env.BUILD_PATH }}/dist deploy: needs: build