Skip to content

Commit f81709c

Browse files
Add permissions for contents to enable GitHub Pages deployment
1 parent 2a81da8 commit f81709c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ defaults:
1919
shell: pwsh
2020

2121
permissions:
22+
contents: write # to push GitHub Pages to the gh-pages branch
2223
pages: write # to deploy to Pages
2324
id-token: write # to verify the deployment originates from an appropriate source
2425

0 commit comments

Comments
 (0)