diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3e6c2cd..ffc3243 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,4 +28,4 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" git commit --allow-empty --message="Overwritten by Github Actions" - git push \ No newline at end of file + git push --force \ No newline at end of file