Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timwis/jekyll-travis-gh-pages
Deploy jekyll sites to gh-pages with plugins, etc. using Travis CI
https://github.com/timwis/jekyll-travis-gh-pages
Last synced: 27 days ago
JSON representation
Deploy jekyll sites to gh-pages with plugins, etc. using Travis CI
- Host: GitHub
- URL: https://github.com/timwis/jekyll-travis-gh-pages
- Owner: timwis
- License: mit
- Created: 2016-02-18T03:36:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T03:46:39.000Z (over 8 years ago)
- Last Synced: 2024-10-14T16:28:12.089Z (about 1 month ago)
- Language: HTML
- Homepage: http://timwis.com/jekyll-travis-gh-pages/
- Size: 13.7 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll/Travis/gh-pages [![Build Status](https://travis-ci.org/timwis/jekyll-travis-gh-pages.svg?branch=master)](https://travis-ci.org/timwis/jekyll-travis-gh-pages)
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`](_config.yml)
- Add the [`.travis.yml`](.travis.yml) file and [`deploy.sh`](deploy.sh) files included in this repo
- Add a `GITHUB_URL` environment variable in the format `https://@github.com/username/repo.git`
to this repo from the _settings_ page of the repo on travis-ci.orgGet your token from [github account settings](https://github.com/settings/tokens).