We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a6d99 commit b423e54Copy full SHA for b423e54
.github/workflows/website.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Deploy
53
uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # 4.7.2
54
with:
55
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- BRANCH: gh-pages
57
- FOLDER: website/build
58
- CLEAN: true
+ token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
+ branch: gh-pages
+ folder: website/build
+ clean: true
0 commit comments