Skip to content

Commit b423e54

Browse files
[CI] Fix website deploy settings (#9810)
1 parent 33a6d99 commit b423e54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Deploy
5353
uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # 4.7.2
5454
with:
55-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56-
BRANCH: gh-pages
57-
FOLDER: website/build
58-
CLEAN: true
55+
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
56+
branch: gh-pages
57+
folder: website/build
58+
clean: true

0 commit comments

Comments
 (0)