Skip to content

Commit

Permalink
avoid documenting deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed May 7, 2018
1 parent 4c10c36 commit ef8b59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "$KIND" == "build" ]; then
if [ "$BRANCH" == "vNext" ]; then
echo "uploading crate docs"

cargo doc --all
cargo doc --no-deps --all

REV=$(git rev-parse --short HEAD)
cd target/doc
Expand Down

0 comments on commit ef8b59e

Please sign in to comment.