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 ae912a6 commit 9f55f5eCopy full SHA for 9f55f5e
.github/workflows/deploy.yml
@@ -33,8 +33,11 @@ jobs:
33
working-directory: website
34
35
- name: Deploy to GitHub Pages (gh-pages branch)
36
- run: npm run deploy
37
- working-directory: website
38
- env:
39
- GIT_USER: github-actions[bot]
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: peaceiris/actions-gh-pages@v3
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: website/build
+ publish_branch: gh-pages
41
+ force_orphan: true
42
+ user_name: github-actions[bot]
43
+ user_email: 41898282+github-actions[bot]@users.noreply.github.com
0 commit comments