2018-03-09 14:52:47 -05:00
|
|
|
language: ruby
|
|
|
|
cache: bundler
|
2018-03-09 15:00:29 -05:00
|
|
|
gemfile: docs/Gemfile
|
2018-03-09 14:52:47 -05:00
|
|
|
script:
|
2018-03-09 15:14:35 -05:00
|
|
|
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
|
2018-03-09 14:52:47 -05:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
# Change this to gh-pages if you're deploying using the gh-pages branch
|
|
|
|
- master
|
|
|
|
rvm:
|
|
|
|
- 2.4
|