1
0
mirror of https://github.com/danog/gigaclone.git synced 2024-11-30 04:29:09 +01:00

Update .travis.gigaclone

This commit is contained in:
Daniil Gentili 2015-11-04 21:58:59 +01:00
parent b2e6eb231b
commit aefa061f84

View File

@ -67,7 +67,7 @@ git push origin master &>/dev/null
cd $tmp/git
git checkout gh-pages
cp $tmp/tree.html .
got add -A
git add -A
git commit -m "Updated dir tree"
git push origin gh-pages &>/dev/null