mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
cd components/script
|
||||||
cmake .
|
cmake .
|
||||||
cmake --build . --target supported-apis
|
cmake --build . --target supported-apis
|
||||||
cp apis.html target/doc/servo/
|
cp apis.html ../../target/doc/servo/
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
ghp-import -n target/doc
|
ghp-import -n target/doc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue