We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f75851 commit c2d50cfCopy full SHA for c2d50cf
1 file changed
build/publishJavadoc-gha.sh
@@ -9,6 +9,8 @@ printf "\n>>>>> Publishing javadoc for release build: repo=%s tag=%s\n" ${GITHUB
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 "devxsdk@us.ibm.com"
13
+git config --global user.name "ibm-devx-sdk"
14
git clone --branch=gh-pages https://${GITHUB_TOKEN}@github.com/${GITHUB_REPO_SLUG}.git gh-pages
15
# Configure the remote URL with the token for pushing
16
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPO_SLUG}.git
0 commit comments