Update astro.yml
This commit is contained in:
parent
bab0976085
commit
39303c1084
1 changed files with 1 additions and 6 deletions
7
.github/workflows/astro.yml
vendored
7
.github/workflows/astro.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue