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 b45beb5 commit babf0d4Copy full SHA for babf0d4
.github/workflows/build-deploy-book.yml
@@ -88,6 +88,12 @@ jobs:
88
environment:
89
name: github-pages
90
url: ${{ steps.deployment.outputs.page_url }}
91
+
92
+ # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
93
+ permissions:
94
+ pages: write # to deploy to Pages
95
+ id-token: write # to verify the deployment originates from an appropriate source
96
97
steps:
98
- name: Deploy to GitHub Pages
99
id: deployment
0 commit comments