mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix destination of cp in doc build.
This commit is contained in:
parent
2474393d15
commit
62b49c35cd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ python components/style/properties/build.py servo html regular
|
|||
cd components/script
|
||||
cmake .
|
||||
cmake --build . --target supported-apis
|
||||
cp apis.html target/doc/servo/
|
||||
cp apis.html ../../target/doc/servo/
|
||||
cd ../..
|
||||
|
||||
ghp-import -n target/doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue