Sha256: acb4471163735a2402d3aee84b0df602faca811f8edc188f1508a0509627a7cf
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# JekyllPush Jekyll gem plugin to push a compiled site to a GitHub branch. Works locally or on Travis CI if you add an access token. ## Installation Add this line to your application's Gemfile: ```ruby gem 'jekyll_push' ``` And then execute: $ bundle Or install it yourself as: $ gem install jekyll_push ## Usage `$ jekyll push <branch_name>` or `$ bundle exec jekyll push <branch_name>` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/mnyrop/jekyll_push. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the JekyllPush project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mnyrop/jekyll_push/blob/master/CODE_OF_CONDUCT.md).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll_push-0.1.0 | README.md |