Skip to content

Commit e736ca4

Browse files
committed
Test
1 parent a6e44cf commit e736ca4

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
@@ -34,9 +34,9 @@ jobs:
3434
runs-on: ubuntu-24.04
3535
needs: build
3636
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
37-
permissions:
38-
pages: write # to deploy to Pages
39-
id-token: write # to verify the deployment originates from an appropriate source
37+
#permissions:
38+
# pages: write # to deploy to Pages
39+
# id-token: write # to verify the deployment originates from an appropriate source
4040

4141
environment:
4242
name: github-pages

0 commit comments

Comments
 (0)