mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
third time lucky
This commit is contained in:
parent
2e58ff59fa
commit
c5996588d1
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ echo "committing updated docs"
|
||||||
git config user.name "lazydocker bot"
|
git config user.name "lazydocker bot"
|
||||||
git config user.email "jessedduffield@gmail.com"
|
git config user.email "jessedduffield@gmail.com"
|
||||||
|
|
||||||
|
git checkout master # just making sure we're up to date
|
||||||
|
git pull
|
||||||
git add docs/*
|
git add docs/*
|
||||||
git pull # just making sure we're up to date
|
|
||||||
git commit -m "update docs"
|
git commit -m "update docs"
|
||||||
git push -u origin master
|
git push -u origin master
|
||||||
Loading…
Add table
Reference in a new issue