Skip to content

Commit ba9b325

Browse files
committed
change to use the astropy upstream
1 parent e21aec9 commit ba9b325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/gh-pages-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# fi
1212

1313
if [[ -z $CIRCLE_PULL_REQUEST ]] ; then
14-
git clone --single-branch -b gh-pages https://github.com/Cadair/astropy-tutorials gh-pages
14+
git clone --single-branch -b gh-pages git@github.com:astropy/astropy-tutorials.git gh-pages
1515
cp -r build/html/* gh-pages
1616
cd gh-pages
1717
git add .

0 commit comments

Comments
 (0)