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 72e029f commit f263935Copy full SHA for f263935
1 file changed
build/publishJavadoc-gha.sh
@@ -8,10 +8,6 @@ set -e
8
9
printf "\n>>>>> Publishing javadoc for release build: repo=%s tag=%s\n" ${GITHUB_REPO_SLUG} ${GITHUB_TAG}
10
11
-printf "\n>>>>> [DEBUG] Checking gh auth status...\n"
12
-gh auth status
13
-printf "\n>>>>> [DEBUG] Finished checking gh auth status...\n"
14
-
15
printf "\n>>>>> Checking out gh-pages branch...\n"
16
git config --global user.email "github-actions[bot]@users.noreply.github.com"
17
git config --global user.name "github-actions[bot]"
0 commit comments