Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb8545ef

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tools/upload-gh-pages.sh‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp