Update GitHub Pages with Travis CI

Home Blog

2014-12-16

Ever wanted to have your project automatically update Pages when you have a successful build?

I have a demo repository here: https://github.com/steveklabnik/automatically_update_github_pages_with_travis_example

It, of course, uses Travis to update its own Github Pages, which is here: http://steveklabnik.github.io/automatically_update_github_pages_with_travis_example/

I hope that helps!