Place options before Jekyll command

This commit is contained in:
Michael Rose 2018-03-09 15:12:36 -05:00
parent fa50bbbe39
commit 4a7b7a67dd

View file

@ -2,7 +2,7 @@ language: ruby
cache: bundler
gemfile: docs/Gemfile
script:
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
- bundle exec jekyll --source docs --destination docs/_site --config docs/_config.yml algolia
branches:
only:
# Change this to gh-pages if you're deploying using the gh-pages branch