We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c46b9b commit 2ce5e36Copy full SHA for 2ce5e36
1 file changed
build/publishJavadoc.sh
@@ -11,7 +11,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" ]; then
11
12
printf "\n>>>>> Cloning repository's gh-pages branch into directory 'gh-pages'\n"
13
rm -fr ./gh-pages
14
- git clone --branch=gh-pages https://${GH_TOKEN}@XXXGH_URL_NOSCHEMEXXX.git gh-pages
+ git clone --branch=gh-pages https://${GH_TOKEN}@github.com/IBM/code-engine-java-sdk.git gh-pages
15
16
printf "\n>>>>> Finished cloning...\n"
17
0 commit comments