Skip to content

Commit c9bcdd6

Browse files
authored
ci: Fix documentation workflow deploy step (#1373)
1 parent 2fd0270 commit c9bcdd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
name: Deploy
6565
runs-on: github-hosted-small
6666
needs: build
67+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
68+
permissions:
69+
pages: write # to deploy to Pages
70+
id-token: write # to verify the deployment originates from an appropriate source
6771
environment:
6872
name: github-pages
6973
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)