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