mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
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:
parent
803f39df19
commit
e576fe94b2
3 changed files with 83 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue