From f0a3e28d23e4fad46a3e40c066ef280bba3a7604 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 31 Jul 2014 15:28:29 -0600 Subject: [PATCH] chore(): install jekyll --- scripts/circle/deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/circle/deploy.sh b/scripts/circle/deploy.sh index 442c9d66dd..31ccc01080 100755 --- a/scripts/circle/deploy.sh +++ b/scripts/circle/deploy.sh @@ -44,6 +44,8 @@ function run { fi ;; 2) + # TEMPORARY, for new site deploy task, globally install gulp & jekyll + npm install -g gulp jekyll # Be sure to update the site one after the other, # so the tasks don't have a push conflict if [[ "$IS_RELEASE" == "true" ]]; then