diff --git a/.github/workflows/reactjs.yml b/.github/workflows/reactjs.yml index d69607a87..6c3d63fb5 100644 --- a/.github/workflows/reactjs.yml +++ b/.github/workflows/reactjs.yml @@ -24,4 +24,9 @@ jobs: with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_branch: reactjs - publish_dir: ./reactjs \ No newline at end of file + publish_dir: ./reactjs + allow_empty_commit: true + keep_files: false + force_orphan: true + user_name: 'github-actions[bot]' + user_email: 'github-actions[bot]@users.noreply.github.com' \ No newline at end of file