Skip to content

Commit 8365ea7

Browse files
committed
Fix permissions for GitHub Pages in MkDocs deployment workflow
1 parent 6101b9e commit 8365ea7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
permissions:
99
contents: write
1010

11+
pages: write
12+
1113
jobs:
1214
deploy:
1315
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)