We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c75cc commit bdae602Copy full SHA for bdae602
.github/workflows/deploy_docs.yml
@@ -11,6 +11,8 @@ jobs:
11
env:
12
docs-directory: /home/runner/work/kokkos-core-wiki/kokkos-core-wiki/docs
13
python-version: '3.10'
14
+ permissions:
15
+ contents: write
16
17
steps:
18
- uses: actions/checkout@v3
0 commit comments