fix CI update docs thing

This commit is contained in:
Jesse Duffield 2019-07-29 19:28:13 +10:00
parent 4dc8f76083
commit 7213a312b1

View file

@ -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
git push -u origin master