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