We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87f338 commit 978e04aCopy full SHA for 978e04a
build/publish_gha.sh
@@ -9,6 +9,8 @@ printf "\n>>>>> Publishing javadoc for release build: %s\n" ${GHA_TAG}
9
10
printf "\n>>>>> Cloning repository's gh-pages branch into directory 'gh-pages'\n"
11
rm -fr ./gh-pages
12
+git config --global user.email "[email protected]"
13
+git config --global user.name "watdevex"
14
git clone --branch=gh-pages https://${GH_TOKEN}@github.com/watson-developer-cloud/java-sdk.git gh-pages > /dev/null
15
printf "\n>>>>> Finished cloning...\n"
16
0 commit comments