Skip to content

Commit

Permalink
Add pages section to travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi authored and happi committed Apr 9, 2017
1 parent 938f58f commit 57a0287
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,20 @@ after_failure:
- docker logs thebeambook

deploy:
provider: releases
api_key:
secure: [secure-key-goes-here]
file: beam-book.pdf
skip_cleanup: true
on:
repo: happi/theBeamBook
tags: true
- provider: releases
skip_cleanup: true
api_key:
secure: [secure-key-goes-here]
file: beam-book.pdf
on:
repo: happi/theBeamBook
branch: master
tags: true
- provider: pages
skip_cleanup: true
github_token:
secure: [secure-key-goes-here]
on:
repo: happi/theBeamBook
branch: master
tags: true

0 comments on commit 57a0287

Please sign in to comment.