We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9416670 commit 41904fdCopy full SHA for 41904fd
.github/workflows/release.yml
@@ -31,4 +31,7 @@ jobs:
31
uses: peaceiris/actions-gh-pages@v3
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
- publish_dir: ./build
+ publish_dir: ./build
35
+ force_orphan: true
36
+ user_name: 'github-actions[bot]'
37
+ user_email: 'github-actions[bot]@users.noreply.github.com'
0 commit comments