mirror of https://github.com/docker/compose.git
Fix deploy docs script
This commit is contained in:
parent
cd1c8b2f09
commit
7879dfd3fd
|
@ -21,8 +21,7 @@ git reset --soft origin/gh-pages
|
|||
|
||||
echo ".git-gh-pages" > .gitignore
|
||||
|
||||
git add -u
|
||||
git add .
|
||||
git add -A .
|
||||
|
||||
git commit -m "update" || echo "didn't commit"
|
||||
git push origin master:gh-pages
|
||||
|
|
Loading…
Reference in New Issue