Skip to content

Commit f76d16e

Browse files
authored
Merge pull request NASAWorldWind#143 from NASAWorldWind/feature/continuous-docs
Publish API documentation to gh-pages on every push to develop
2 parents 3e01686 + 67ab123 commit f76d16e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ script:
2626

2727
# Deploy build artifacts. Travis does not invoke this step for pull request builds
2828
deploy:
29+
# Publish API documentation to GitHub Pages
30+
- provider: pages
31+
github_token: $GITHUB_API_KEY
32+
local_dir: build/doc/javadoc
33+
skip_cleanup: true
34+
on:
35+
branch: develop
2936
# Create CHANGELOG.md in the current directory
3037
- provider: script
3138
script: ./travis/changelog.sh >> CHANGELOG.md

0 commit comments

Comments
 (0)