Skip to content

Commit

Permalink
Merge pull request #587 from effigies/fix/upload-gh-pages
Browse files Browse the repository at this point in the history
MAINT: Use SSH address to use key-based auth
  • Loading branch information
matthew-brett authored Dec 21, 2017
2 parents b646d5f + 47cb86a commit b8545ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/upload-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ORGANIZATION=$3
if [ -z "$ORGANIZATION" ]; then
ORGANIZATION=nipy
fi
upstream_repo="https://github.com/$ORGANIZATION/$PROJECT"
upstream_repo="git@github.com:$ORGANIZATION/$PROJECT"
cd $HTML_DIR
git init
git checkout -b gh-pages
Expand Down

0 comments on commit b8545ef

Please sign in to comment.