Unbreak the docs build.

This commit is contained in:
Josh Matthews 2018-03-11 13:45:44 -04:00 committed by GitHub
parent 29e10d4f88
commit 34d14a092c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,9 +38,6 @@ cp apis.html ../../target/doc/servo/
echo "Copied apis.html."
cd ../..
# Clean up the traces of the current doc build.
./etc/ci/clean_build_artifacts.sh
echo "Starting ghp-import."
ghp-import -n target/doc
echo "Finished ghp-import."
@ -48,3 +45,6 @@ git push -qf \
"https://${TOKEN}@github.com/servo/doc.servo.org.git" gh-pages \
&>/dev/null
echo "Finished git push."
# Clean up the traces of the current doc build.
./etc/ci/clean_build_artifacts.sh