Skip to content

Commit

Permalink
Add travis to build site
Browse files Browse the repository at this point in the history
  • Loading branch information
benhylau committed Dec 8, 2019
1 parent 964ec1c commit a56edab
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
install:
- apt install libmagick++-dev
- gem install rmagick exifr

script:
- jekyll build
- touch ./docs/_site/.nojekyll

deploy:
- provider: pages
github-token:
secure:
local-dir: docs/_site
target-branch: gh-pages
keep-history: false
skip-cleanup: true
on:
branch: master

0 comments on commit a56edab

Please sign in to comment.