Skip to content

Commit 919a067

Browse files
committed
Fix website build
1 parent ac6758a commit 919a067

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/website.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
yarn website:build
5959
6060
- name: Deploy
61-
uses: JamesIves/github-pages-deploy-action@132898c54c57c7cc6b80eb3a89968de8fc283505 # 3.7.1
61+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # 4.8.0
6262
with:
63-
GITHUB_TOKEN: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
64-
BRANCH: gh-pages
65-
FOLDER: website/build
66-
CLEAN: true
63+
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
64+
branch: gh-pages
65+
folder: website/build
66+
clean: true

0 commit comments

Comments
 (0)