From 010e879e70168089637ea705fe6fd80eece6bf45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=A3=20Bida=20Vacaro?= Date: Tue, 19 May 2026 16:22:38 -0300 Subject: [PATCH] docs: fix docs on CI (2) --- .github/workflows/release.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) 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