diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0ba68d4..6d9418a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -88,15 +88,6 @@ jobs: run: shell: bash -l {0} - permissions: - contents: read - pages: write - id-token: write - - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - uses: actions/checkout@v4 @@ -118,18 +109,3 @@ jobs: run: | cd docs make html - - - name: Configure GitHub Pages - if: github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5 - - - name: Upload artifact - if: github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v3 - with: - path: docs/build/html - - - name: Deploy to GitHub Pages - if: github.ref == 'refs/heads/main' - id: deployment - uses: actions/deploy-pages@v4