mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
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
|
echo ".git-gh-pages" > .gitignore
|
||||||
|
|
||||||
git add -u
|
git add -A .
|
||||||
git add .
|
|
||||||
|
|
||||||
git commit -m "update" || echo "didn't commit"
|
git commit -m "update" || echo "didn't commit"
|
||||||
git push origin master:gh-pages
|
git push origin master:gh-pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user