Skip to content

Commit cdc928e

Browse files
committed
Push build artifacts to gh-pages.
1 parent 870a58d commit cdc928e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ script:
2828
- jupyter nbconvert --to latex rosi_py.ipynb
2929
- pdflatex rosi_py.tex
3030
- source deactivate
31+
32+
deploy:
33+
provider: pages
34+
skip-cleanup: true
35+
github-token: $GITHUB_API_KEY # Set in travis-ci.org dashboard.
36+
keep-history: true
37+
on:
38+
branch: master

0 commit comments

Comments
 (0)