There was an error while loading. Please reload this page.
1 parent ac6758a commit 919a067Copy full SHA for 919a067
1 file changed
.github/workflows/website.yml
@@ -58,9 +58,9 @@ jobs:
58
yarn website:build
59
60
- name: Deploy
61
- uses: JamesIves/github-pages-deploy-action@132898c54c57c7cc6b80eb3a89968de8fc283505 # 3.7.1
+ uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # 4.8.0
62
with:
63
- GITHUB_TOKEN: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
64
- BRANCH: gh-pages
65
- FOLDER: website/build
66
- CLEAN: true
+ token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
+ branch: gh-pages
+ folder: website/build
+ clean: true
0 commit comments