Skip to content

Commit 1aebd59

Browse files
committed
Fix Javadoc publishing in GitHub Actions workflow
1 parent f159003 commit 1aebd59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
7070
GIT_COMMITTER_NAME: github-actions[bot]
7171
run: |
72+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
73+
7274
VERSION_TAG="${GITHUB_REF_NAME}"
7375
PAGES_DIR="${RUNNER_TEMP}/gh-pages"
7476

0 commit comments

Comments
 (0)