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 bb1875e commit 3eb4214Copy full SHA for 3eb4214
.github/workflows/build-and-deploy-documentation.yaml
@@ -26,6 +26,11 @@ jobs:
26
deploy:
27
runs-on: ubuntu-24.04
28
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
+
34
environment:
35
name: github-pages
36
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments