Skip to content

Commit b8545ef

Browse files
Merge pull request #587 from effigies/fix/upload-gh-pages
MAINT: Use SSH address to use key-based auth
2 parents b646d5f + 47cb86a commit b8545ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/upload-gh-pages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ORGANIZATION=$3
2323
if [ -z "$ORGANIZATION" ]; then
2424
ORGANIZATION=nipy
2525
fi
26-
upstream_repo="https://github.com/$ORGANIZATION/$PROJECT"
26+
upstream_repo="git@github.com:$ORGANIZATION/$PROJECT"
2727
cd $HTML_DIR
2828
git init
2929
git checkout -b gh-pages

0 commit comments

Comments
 (0)