Unbreak docs build.

This commit is contained in:
Josh Matthews 2017-11-22 07:47:04 -05:00 committed by GitHub
parent 3ecd0174cc
commit da46fe4812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ set -o pipefail
cd "$(dirname ${0})/../.."
./mach doc
env CC=gcc-5 CXX=g++-5 ./mach doc
# etc/doc.servo.org/index.html overwrites $(mach rust-root)/doc/index.html
# Use recursive copy here to avoid `cp` returning an error code
# when it encounters directories.