From 43381cade9195465c7c89bee9dc23df5041be69b Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Fri, 12 May 2023 10:09:57 -0400 Subject: [PATCH] Update astro.yml --- .github/workflows/astro.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 1eb9ccf..cf8bd3f 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -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: