From c5996588d1657c0182a55af579b654e87d739ca6 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 29 Jul 2019 19:34:09 +1000 Subject: [PATCH] third time lucky --- .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 17bccb00..374213b2 100755 --- a/.circleci/update_docs.sh +++ b/.circleci/update_docs.sh @@ -17,7 +17,8 @@ echo "committing updated docs" git config user.name "lazydocker bot" git config user.email "jessedduffield@gmail.com" +git checkout master # just making sure we're up to date +git pull git add docs/* -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