mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Merge pull request #3506 from metajack/fix-doc-build
Fix the doc build step. Reviewed-by: SimonSapin
This commit is contained in:
commit
089d1fbd16
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
set -e
|
||||
|
||||
mkdir -p target/doc
|
||||
./mach bootstrap-rust
|
||||
cp -R rust/doc/* target/doc/
|
||||
cp etc/doc.servo.org/* target/doc/
|
||||
./mach doc # After copying rust/doc, so that the crate index is correct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue