We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e44cf commit e736ca4Copy full SHA for e736ca4
.github/workflows/build-and-deploy-documentation.yaml
@@ -34,9 +34,9 @@ jobs:
34
runs-on: ubuntu-24.04
35
needs: build
36
# 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
+ #permissions:
+ # pages: write # to deploy to Pages
+ # id-token: write # to verify the deployment originates from an appropriate source
40
41
environment:
42
name: github-pages
0 commit comments