2 parents b3ae657 + 02a87e2 commit 3c2f9acCopy full SHA for 3c2f9ac
1 file changed
.github/workflows/publish.yml
@@ -70,6 +70,10 @@ jobs:
70
71
deploy:
72
name: Deploy Site
73
+ # Grant GITHUB_TOKEN the permissions required to make a Pages deployment
74
+ permissions:
75
+ pages: write # to deploy to Pages
76
+ id-token: write # to verify the deployment originates from an appropriate source
77
environment:
78
name: github-pages
79
url: ${{ steps.deploy.outputs.page_url }}
0 commit comments