Skip to content

Commit 89a94ae

Browse files
committed
Fix gh permissions to publish gh-pages
1 parent c570829 commit 89a94ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/website.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
build:
99
name: Build & Deploy
1010
runs-on: ubuntu-20.04
11+
permissions:
12+
contents: write
1113
steps:
1214
# checkout code
1315
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)