diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index be6f4b5..45a247c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -30,7 +30,10 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} needs: build + permissions: + pages: write + id-token: write steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4