Skip to content

Commit

Permalink
Fix the doc build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
metajack committed Sep 27, 2014
1 parent 1b5fac5 commit 3d0ae07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/ci/upload_docs.sh
Expand Up @@ -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
Expand Down

8 comments on commit 3d0ae07

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from SimonSapin
at metajack@3d0ae07

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging metajack/servo/fix-doc-build = 3d0ae07 into bors-servo-integration-3506-fix-doc-build

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

metajack/servo/fix-doc-build = 3d0ae07 merged ok, testing candidate = 81ed671

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from SimonSapin
at metajack@3d0ae07

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging metajack/servo/fix-doc-build = 3d0ae07 into bors-servo-integration-3506-fix-doc-build

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

metajack/servo/fix-doc-build = 3d0ae07 merged ok, testing candidate = 089d1fb

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to bors-servo-integration-3506-fix-doc-build = 089d1fb

Please sign in to comment.