File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ set -e # halt script on error
44# If this is the deploy branch, push it up to gh-pages
55if [ $CIRCLE_BRANCH = ${DEPLOY_BRANCH} ]; then
66 echo " Get ready, we're pushing to gh-pages!"
7- git config user.name " CIRCLECI "
8- git config user.email " circleci@somewhere.com "
9- node_modules/.bin/gh-pages -x -d _site -b gh-pages -r " https://${GH_TOKEN} @ github.com/${CIRCLE_REPOSITORY_URL} .git"
7+ git config user.name $USERNAME
8+ git config user.email $EMAIL
9+ node_modules/.bin/gh-pages -x -d _site -b gh-pages-test -r " https://github.com/${CIRCLE_REPOSITORY_URL} .git"
1010else
1111 echo " Not a publishable branch so we're all done here"
1212fi
Original file line number Diff line number Diff line change 2020 echo 'source ${NVM_DIR}/nvm.sh' --install >> $BASH_ENV
2121 - run :
2222 name : Build Node v8 nvm
23- command : nvm install v1 .1.2
23+ command : nvm install v8 .1.2
2424 - run :
2525 name : Install dependencies
2626 command : |
You can’t perform that action at this time.
0 commit comments