Skip to content

Commit

Permalink
Publish API documentation to gh-pages on every push to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavidc committed Nov 8, 2017
1 parent 64a95fa commit be536ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ deploy:
skip_cleanup: true
on:
branch: develop
# Publish API documentation to GitHub Pages
- provider: pages
github_token: $GITHUB_API_KEY
local_dir: worldwind/build/outputs/doc/javadoc
skip_cleanup: true
on:
branch: develop
# Publish release artifacts to Bintray/JCenter
- provider: script
script: ./gradlew worldwind:bintrayUpload --stacktrace
Expand Down

0 comments on commit be536ac

Please sign in to comment.