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/
|
# 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:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
|
@ -75,11 +75,6 @@ jobs:
|
||||||
pnpx astro build \
|
pnpx astro build \
|
||||||
--site "${{ steps.pages.outputs.origin }}" \
|
--site "${{ steps.pages.outputs.origin }}" \
|
||||||
working-directory: ${{ env.BUILD_PATH }}
|
working-directory: ${{ env.BUILD_PATH }}
|
||||||
|
|
||||||
# - name: Upload artifact
|
|
||||||
# uses: actions/upload-pages-artifact@v1
|
|
||||||
# with:
|
|
||||||
# path: ${{ env.BUILD_PATH }}/dist
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue