Fix _config.yml path in build script
This commit is contained in:
parent
416364471f
commit
973f1fcf98
@ -2,7 +2,7 @@ language: ruby
|
||||
cache: bundler
|
||||
gemfile: docs/Gemfile
|
||||
script:
|
||||
- bundle exec jekyll algolia --config _config.yml
|
||||
- bundle exec jekyll algolia --config doc/_config.yml
|
||||
branches:
|
||||
only:
|
||||
# Change this to gh-pages if you're deploying using the gh-pages branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user