Skip to content

Commit 3eb4214

Browse files
committed
Try to fix issue in deploy pages workflow
1 parent bb1875e commit 3eb4214

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-deploy-documentation.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
deploy:
2727
runs-on: ubuntu-24.04
2828
needs: build
29+
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
30+
permissions:
31+
pages: write # to deploy to Pages
32+
id-token: write # to verify the deployment originates from an appropriate source
33+
2934
environment:
3035
name: github-pages
3136
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)