Skip to content

Commit bdae602

Browse files
committed
Allow writing contents when deploying
1 parent d6c75cc commit bdae602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
env:
1212
docs-directory: /home/runner/work/kokkos-core-wiki/kokkos-core-wiki/docs
1313
python-version: '3.10'
14+
permissions:
15+
contents: write
1416

1517
steps:
1618
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)