From 04291114d72fe2e63d01d6ccbd5392ebd1412764 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 15 Jul 2016 23:47:10 -0400 Subject: [PATCH] Place apis.html in the same place as css-properties.html Don't upload the cached results of parsing WebIDL files, too. --- etc/ci/upload_docs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/ci/upload_docs.sh b/etc/ci/upload_docs.sh index c172c4331ccf..c5aed30699d7 100755 --- a/etc/ci/upload_docs.sh +++ b/etc/ci/upload_docs.sh @@ -16,7 +16,8 @@ cp etc/doc.servo.org/* target/doc/ python components/style/properties/build.py servo html -OUT_DIR="`pwd`/target/doc" make -f makefile.cargo -C components/script dom_docs +OUT_DIR="`pwd`/target/doc/servo" make -f makefile.cargo -C components/script dom_docs +rm -rf target/doc/servo/.cache ghp-import -n target/doc git push -qf "https://${TOKEN}@github.com/servo/doc.servo.org.git" gh-pages