Navigation Menu

Skip to content

Commit

Permalink
Place apis.html in the same place as css-properties.html
Browse files Browse the repository at this point in the history
Don't upload the cached results of parsing WebIDL files, too.
  • Loading branch information
jdm committed Jul 16, 2016
1 parent 73ad0b9 commit 0429111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/ci/upload_docs.sh
Expand Up @@ -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

0 comments on commit 0429111

Please sign in to comment.