From fa50bbbe3909d0ef103a09fe7abab51e68e87c07 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Mar 2018 15:11:37 -0500 Subject: [PATCH] Add source and destination paths to build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a617975b..1bb28592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: ruby cache: bundler gemfile: docs/Gemfile script: - - bundle exec jekyll algolia --config docs/_config.yml + - bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml branches: only: # Change this to gh-pages if you're deploying using the gh-pages branch