Edit Travis CI build script
This commit is contained in:
parent
4a03354667
commit
d0473d202a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
script:
|
script:
|
||||||
- BUNDLE_GEMFILE=docs/Gemfile bundle exec jekyll algolia --config _config.yml
|
- bundle exec jekyll algolia --config _config.yml
|
||||||
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…
Reference in a new issue