We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b646d5f + 47cb86a commit b8545efCopy full SHA for b8545ef
tools/upload-gh-pages.sh
@@ -23,7 +23,7 @@ ORGANIZATION=$3
23
if [ -z "$ORGANIZATION" ]; then
24
ORGANIZATION=nipy
25
fi
26
-upstream_repo="https://github.com/$ORGANIZATION/$PROJECT"
+upstream_repo="git@github.com:$ORGANIZATION/$PROJECT"
27
cd $HTML_DIR
28
git init
29
git checkout -b gh-pages
0 commit comments