From 34d14a092ca1440282911d7205d836c910748a4a Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sun, 11 Mar 2018 13:45:44 -0400 Subject: [PATCH] Unbreak the docs build. --- etc/ci/upload_docs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/ci/upload_docs.sh b/etc/ci/upload_docs.sh index dbe35b2aab6..5a8188df2de 100755 --- a/etc/ci/upload_docs.sh +++ b/etc/ci/upload_docs.sh @@ -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