Skip to content

Commit 2d4938d

Browse files
authored
CI: Fix permissions for the docs job
1 parent 76cb6b6 commit 2d4938d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105

106106
docs:
107107
runs-on: ubuntu-latest
108+
permissions:
109+
contents: write # necessary to be able to push to the gh-pages branch
108110
steps:
109111
- uses: actions/checkout@v6
110112
with:

0 commit comments

Comments
 (0)