Update astro.yml

This commit is contained in:
Henry Hiles 2023-05-12 10:07:51 -04:00 committed by GitHub
parent bab0976085
commit 39303c1084
Failed to generate hash of commit

View file

@ -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