Skip to content

Commit ab917b7

Browse files
authored
Merge pull request #17 from czi-catalystproject/fix-gh-actions
Fix GH actions
2 parents 3147656 + 18e98f7 commit ab917b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-and-deploy-book:
2020
runs-on: ubuntu-latest
2121
permissions:
22-
pages: write
22+
contents: write
2323
id-token: write
2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)