Use more periods.

This commit is contained in:
Josh Matthews 2018-02-22 10:58:07 -05:00 committed by GitHub
parent e3ab8b6d90
commit 0fc667fcee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,14 +30,14 @@ python components/style/properties/build.py servo html regular
cd components/script cd components/script
cmake . cmake .
cmake --build . --target supported-apis cmake --build . --target supported-apis
echo "Copying apis.html" echo "Copying apis.html."
cp apis.html ../../target/doc/servo/ cp apis.html ../../target/doc/servo/
echo "Copied apis.html" echo "Copied apis.html."
cd ../.. cd ../..
echo "Starting ghp-import" echo "Starting ghp-import."
ghp-import -n target/doc ghp-import -n target/doc
echo "Finished ghp-import" echo "Finished ghp-import."
git push -qf \ git push -qf \
"https://${TOKEN}@github.com/servo/doc.servo.org.git" gh-pages \ "https://${TOKEN}@github.com/servo/doc.servo.org.git" gh-pages \
&>/dev/null &>/dev/null