Skip to content

Commit

Permalink
Issue lastnpe#6: Deploy built p2 site to GitHub pages hosted site
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Sep 16, 2017
1 parent 6c8a7eb commit edded77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ cache:
directories:
- $HOME/.m2
- .mvn

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: eclipse-external-annotations-m2e-plugin.site/target/repository
repo: lastnpe/eclipse-external-annotations-m2e-plugin-p2-site
target_branch: master
on:
branch: master

0 comments on commit edded77

Please sign in to comment.