diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e7aca0e9..d905fd12 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,6 +12,7 @@ permissions: contents: read pages: write id-token: write + actions: read concurrency: group: "pages" @@ -38,6 +39,8 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 + with: + enablement: true - name: Build documentation run: | @@ -60,3 +63,5 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }}