diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 025ace9..f9515cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,14 +43,8 @@ jobs: needs: check if: ${{ ! needs.check.outputs.branch-pr }} uses: ./.github/workflows/_docs.yml - - pages: - if: github.ref_name == 'main' - needs: docs - uses: ./.github/workflows/_pages.yml permissions: - pages: write - id-token: write + contents: write dist: needs: check