diff --git a/.circleci/update_docs.sh b/.circleci/update_docs.sh index e2454b76..17bccb00 100755 --- a/.circleci/update_docs.sh +++ b/.circleci/update_docs.sh @@ -18,6 +18,6 @@ git config user.name "lazydocker bot" git config user.email "jessedduffield@gmail.com" git add docs/* -git pull --rebase # just making sure we're up to date +git pull # just making sure we're up to date git commit -m "update docs" git push -u origin master \ No newline at end of file