From 06e3493dcd9c41e915bb63f02302d79e5d9a32b9 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Thu, 19 Oct 2023 17:11:04 +0100 Subject: [PATCH] fix: disable deployment to github pages --- .github/workflows/pages.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index ff12356..397e4da 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -5,10 +5,9 @@ on: branches: - "main" -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +# Sets permissions of the GITHUB_TOKEN permissions: contents: write - pages: write id-token: write deployments: write @@ -19,7 +18,7 @@ concurrency: jobs: build: - name: Build pages + name: Build site runs-on: ubuntu-latest continue-on-error: true timeout-minutes: 15 @@ -51,19 +50,6 @@ jobs: name: docusaurus path: "./build" - # Deployment job - deploy: - name: Deploy pages - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v1 - # Deployment job deploy-ssh: name: Deploy to casparcg.com