Skip to content

Commit

Permalink
Merge pull request NASAWorldWind#143 from NASAWorldWind/feature/conti…
Browse files Browse the repository at this point in the history
…nuous-docs

Publish API documentation to gh-pages on every push to develop
  • Loading branch information
zglueck authored Nov 8, 2017
2 parents 3e01686 + 67ab123 commit 8e8281c
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 @@ -26,6 +26,13 @@ script:

# Deploy build artifacts. Travis does not invoke this step for pull request builds
deploy:
# Publish API documentation to GitHub Pages
- provider: pages
github_token: $GITHUB_API_KEY
local_dir: build/doc/javadoc
skip_cleanup: true
on:
branch: develop
# Create CHANGELOG.md in the current directory
- provider: script
script: ./travis/changelog.sh >> CHANGELOG.md
Expand Down

0 comments on commit 8e8281c

Please sign in to comment.