Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
ci: don't build docs for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Apr 16, 2019
1 parent 45c06a3 commit 428750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- cargo check --target $TARGET_BUILD
- stage: deploy
script:
- cargo doc
- cargo doc --no-deps
- echo "<meta http-equiv=refresh content=0;url=rubble/ble/index.html>" > target/$TARGET_BUILD/doc/index.html
- sudo pip install ghp-import
- ghp-import -n target/$TARGET_BUILD/doc
Expand Down

0 comments on commit 428750b

Please sign in to comment.