From 279cd603c3e57fcded6e9abd729068e0a37bb380 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 9 Mar 2018 15:06:29 -0500 Subject: [PATCH] Fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f3ab1f5..a617975b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: ruby cache: bundler gemfile: docs/Gemfile script: - - bundle exec jekyll algolia --config doc/_config.yml + - bundle exec jekyll algolia --config docs/_config.yml branches: only: # Change this to gh-pages if you're deploying using the gh-pages branch