Skip to content

Commit 3192ea6

Browse files
committed
Added contents permissions write to deploy your static files to GitHub Pages
1 parent 1cc44ab commit 3192ea6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727

2828
runs-on: ubuntu-20.04
2929

30+
permissions:
31+
# Needed to deploy your static files to GitHub Pages
32+
contents: write
33+
3034
env:
3135
python-ver: '3.9'
3236
CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'

0 commit comments

Comments
 (0)