third time lucky

This commit is contained in:
Jesse Duffield 2019-07-29 19:34:09 +10:00
parent 2e58ff59fa
commit c5996588d1

View file

@ -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