diff --git a/tools/upload-gh-pages.sh b/tools/upload-gh-pages.sh index 9d028b4e72..d6f622429a 100755 --- a/tools/upload-gh-pages.sh +++ b/tools/upload-gh-pages.sh @@ -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