diff --git a/ci/github_pages.sh b/ci/github_pages.sh index 3bb871ae..2b6eec47 100644 --- a/ci/github_pages.sh +++ b/ci/github_pages.sh @@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ] || fi # Make sure we have the css dependencies -npm install stylus nib +npm install -g stylus nib NC='\033[39m' CYAN='\033[36m'