Generate html and json of supported css properties.

Outputs html and json file of supported css properties to target/doc/
directory when deploying github-pages.
This commit is contained in:
Jussi Räsänen 2016-03-26 21:23:16 +02:00
parent 803f39df19
commit e576fe94b2
3 changed files with 83 additions and 1 deletions

View file

@ -12,5 +12,7 @@ cd "$(dirname $0)/../.."
# etc/doc.servo.org/index.html overwrites $(mach rust-root)/doc/index.html
cp etc/doc.servo.org/* target/doc/
python components/style/list_properties.py
ghp-import -n target/doc
git push -qf https://${TOKEN}@github.com/servo/doc.servo.org.git gh-pages