third time lucky

pull/142/head v0.6.3
Jesse Duffield 5 years ago
parent 2e58ff59fa
commit c5996588d1

@ -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
Loading…
Cancel
Save