Skip to content

Commit 978e04a

Browse files
authored
ci: Gha 9758 [skip ci] (#1192)
* ci: fix jdocs * ci: fix
1 parent d87f338 commit 978e04a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/publish_gha.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ printf "\n>>>>> Publishing javadoc for release build: %s\n" ${GHA_TAG}
99

1010
printf "\n>>>>> Cloning repository's gh-pages branch into directory 'gh-pages'\n"
1111
rm -fr ./gh-pages
12+
git config --global user.email "[email protected]"
13+
git config --global user.name "watdevex"
1214
git clone --branch=gh-pages https://${GH_TOKEN}@github.com/watson-developer-cloud/java-sdk.git gh-pages > /dev/null
1315
printf "\n>>>>> Finished cloning...\n"
1416

0 commit comments

Comments
 (0)