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