Skip to content

Commit 77b996b

Browse files
authored
Fix gh permissions to publish gh-pages
1 parent f56aa5c commit 77b996b

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)