From 7213a312b114215fd1e14375d39bcb585cd15f9d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 29 Jul 2019 19:28:13 +1000 Subject: [PATCH] fix CI update docs thing --- .circleci/update_docs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/update_docs.sh b/.circleci/update_docs.sh index 54f4263b..e2454b76 100755 --- a/.circleci/update_docs.sh +++ b/.circleci/update_docs.sh @@ -18,5 +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 commit -m "update docs" -git push -u origin HEAD \ No newline at end of file +git push -u origin master \ No newline at end of file