Fix destination of cp in doc build.

This commit is contained in:
Josh Matthews 2016-09-27 08:07:32 -04:00 committed by GitHub
parent 2474393d15
commit 62b49c35cd

View file

@ -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