diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81624f3..fcaa3b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,4 +31,5 @@ jobs: with: repository: 'dist' commit_message: "Github Action: Updated dist files" - branch: ${{ github.ref }} \ No newline at end of file + branch: ${{ github.ref }} + push_options: '--force' \ No newline at end of file