We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd0270 commit c9bcdd6Copy full SHA for c9bcdd6
.github/workflows/docs.yml
@@ -64,6 +64,10 @@ jobs:
64
name: Deploy
65
runs-on: github-hosted-small
66
needs: build
67
+ # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
68
+ permissions:
69
+ pages: write # to deploy to Pages
70
+ id-token: write # to verify the deployment originates from an appropriate source
71
environment:
72
name: github-pages
73
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments