Skip to content

Commit a659197

Browse files
committed
Fixed perms
1 parent 04ec38c commit a659197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
runs-on: ubuntu-24.04
4242
needs: build
4343
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
44-
#permissions:
45-
# pages: write # to deploy to Pages
46-
# id-token: write # to verify the deployment originates from an appropriate source
44+
permissions:
45+
pages: write # to deploy to Pages
46+
id-token: write # to verify the deployment originates from an appropriate source
4747

4848
environment:
4949
name: github-pages

0 commit comments

Comments
 (0)