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 04ec38c commit a659197Copy full SHA for a659197
.github/workflows/build-and-deploy-documentation.yaml
@@ -41,9 +41,9 @@ jobs:
41
runs-on: ubuntu-24.04
42
needs: build
43
# 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
+ permissions:
+ pages: write # to deploy to Pages
+ id-token: write # to verify the deployment originates from an appropriate source
47
48
environment:
49
name: github-pages
0 commit comments