Skip to content

Commit 2ce5e36

Browse files
committed
fix(build): adjusted javadoc deploy script
1 parent 7c46b9b commit 2ce5e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/publishJavadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" ]; then
1111

1212
printf "\n>>>>> Cloning repository's gh-pages branch into directory 'gh-pages'\n"
1313
rm -fr ./gh-pages
14-
git clone --branch=gh-pages https://${GH_TOKEN}@XXXGH_URL_NOSCHEMEXXX.git gh-pages
14+
git clone --branch=gh-pages https://${GH_TOKEN}@github.com/IBM/code-engine-java-sdk.git gh-pages
1515

1616
printf "\n>>>>> Finished cloning...\n"
1717

0 commit comments

Comments
 (0)