Place options before Jekyll command
This commit is contained in:
parent
fa50bbbe39
commit
4a7b7a67dd
@ -2,7 +2,7 @@ language: ruby
|
|||||||
cache: bundler
|
cache: bundler
|
||||||
gemfile: docs/Gemfile
|
gemfile: docs/Gemfile
|
||||||
script:
|
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:
|
branches:
|
||||||
only:
|
only:
|
||||||
# Change this to gh-pages if you're deploying using the gh-pages branch
|
# Change this to gh-pages if you're deploying using the gh-pages branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user