timwis / jekyll-travis-gh-pages

Deploy jekyll sites to gh-pages with plugins, etc. using Travis CI

Home Page:http://timwis.com/jekyll-travis-gh-pages/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll/Travis/gh-pages Build Status

Deploy jekyll sites to gh-pages with plugins, etc. using Travis CI

Usage

  • Make sure your external plugins are included in the Gemfile/Gemfile.lock
  • Make sure vendor is in the exclude section of your _config.yml
  • Add the .travis.yml file and deploy.sh files included in this repo
  • Add a GITHUB_URL environment variable in the format https://<personal-access-token>@github.com/username/repo.git to this repo from the settings page of the repo on travis-ci.org

Get your token from github account settings.

About

Deploy jekyll sites to gh-pages with plugins, etc. using Travis CI

http://timwis.com/jekyll-travis-gh-pages/

License:MIT License


Languages

Language:HTML 58.4%Language:Ruby 30.7%Language:Shell 10.8%