Place apis.html in the same place as css-properties.html

Don't upload the cached results of parsing WebIDL files, too.
This commit is contained in:
Josh Matthews 2016-07-15 23:47:10 -04:00 committed by GitHub
parent 73ad0b928d
commit 04291114d7

View file

@ -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