hacks-guide-minimal-mistake.../.travis.yml

13 lines
314 B
YAML
Raw Normal View History

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