Skip to content

Commit 0de197e

Browse files
authored
MAINT add user to push the documentation (#630)
1 parent 9c4e003 commit 0de197e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ jobs:
55
docker:
66
- image: circleci/python:3.6.1
77
environment:
8-
- USERNAME: "imbalanced-learn"
8+
- USERNAME: "glemaitre"
9+
- ORGANIZATION: "imbalanced-learn"
910
- DOC_REPO: "imbalanced-learn.github.io"
1011
- DOC_URL: ""
1112
- EMAIL: "[email protected]"

build_tools/circle/push_doc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ MSG="Pushing the docs to $dir/ for branch: $CIRCLE_BRANCH, commit $CIRCLE_SHA1"
2727

2828
cd $HOME
2929
if [ ! -d $DOC_REPO ];
30-
then git clone --depth 1 --no-checkout -b master "[email protected]:"$USERNAME"/"$DOC_REPO".git";
30+
then git clone --depth 1 --no-checkout -b master "[email protected]:"$ORGAMIZATION"/"$DOC_REPO".git";
3131
fi
3232
cd $DOC_REPO
3333
git config core.sparseCheckout true

0 commit comments

Comments
 (0)