Skip to content

Commit c559df6

Browse files
Merge pull request #457 from oss-slu/445-javadocs-not-being-published
Add username and email to Javadoc publishing workflow
2 parents c4d41b3 + 2c0a54c commit c559df6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/javadoc-gh-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ jobs:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
publish_dir: ./javadoc
5454
destination_dir: javadoc
55-
keep_files: true
55+
keep_files: true
56+
user_name: 'github-actions[bot]'
57+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)