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