Fix doc.servo.org repository URL.

This commit is contained in:
Simon Sapin 2014-08-07 22:31:37 +01:00
parent 1c0e51015f
commit 2a1ec61ccd

View file

@ -18,5 +18,5 @@ then
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/doc.servo.org.git gh-pages
git push -fq https://${TOKEN}@github.com/servo/doc.servo.org.git gh-pages
fi