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

11 lines
281 B
YAML
Raw Normal View History

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