2018-03-09 20:52:47 +01:00
|
|
|
language: ruby
|
|
|
|
cache: bundler
|
|
|
|
script:
|
2018-03-09 20:56:41 +01:00
|
|
|
- bundle exec jekyll algolia --config _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
|