Skip to content

Commit bf7933c

Browse files
committed
Attempting to fix permissions for gh pages deploy for main
1 parent 39320b2 commit bf7933c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/docs_deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
workflow_dispatch:
88

99
permissions:
10-
contents: read
11-
pages: write
12-
id-token: write
10+
contents: write
1311

1412
defaults:
1513
run:
@@ -39,4 +37,4 @@ jobs:
3937
uses: JamesIves/github-pages-deploy-action@v4
4038
with:
4139
folder: ./website/build/
42-
single-commit: true
40+
single-commit: true

0 commit comments

Comments
 (0)