Update astro.yml

This commit is contained in:
Henry Hiles 2023-05-12 10:09:57 -04:00 committed by GitHub
parent 39303c1084
commit 43381cade9
Failed to generate hash of commit

View file

@ -12,12 +12,6 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
@ -75,12 +69,6 @@ jobs:
pnpx astro build \
--site "${{ steps.pages.outputs.origin }}" \
working-directory: ${{ env.BUILD_PATH }}
deploy:
needs: build
runs-on: ubuntu-latest
name: Deploy
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@6f350ca8484d8d55c2e361e74d17e638dabe713a
with: