Skip to content

Commit 74cca5e

Browse files
authored
Merge pull request #52 from JuliaParallel/dpa/docs
CI: Fix permissions for the `docs` job
2 parents f2460b1 + 2d4938d commit 74cca5e

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
@@ -106,6 +106,8 @@ jobs:
106106

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

0 commit comments

Comments
 (0)