diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a790775..e0f4afb5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,6 +51,7 @@ jobs: cd .. git config user.name github-actions git config user.email github-actions@github.com + git config pull.rebase false git pull origin gh-pages git add . git commit -nm "Release $version"