Make pushing to GitHub Pages verbose.

This commit is contained in:
Simon Sapin 2014-08-12 16:08:21 +01:00
parent 78743cfbb2
commit d9105ca9b4

View file

@ -20,7 +20,7 @@ unit-doc)
echo '<meta http-equiv=refresh content=0;url=servo/index.html>' > doc/index.html
sudo pip install ghp-import
ghp-import -n doc
git push -fq https://${TOKEN}@github.com/servo/doc.servo.org.git gh-pages
git push -f https://${TOKEN}@github.com/servo/doc.servo.org.git gh-pages
fi
;;
*) echo "Task $1 not enabled for Linux"