diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a69d1d..e2e11a3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,4 +40,4 @@ jobs: git config user.name "github-actions[bot]" git add . git commit -m "Update build artifacts and README" - git push origin \ No newline at end of file + git push -f origin \ No newline at end of file