Skip to content

Commit e26b24b

Browse files
authored
Also push changes.
1 parent 506a729 commit e26b24b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release_actions.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
java-version: 1.11
1919
- name: Generate Javadoc
2020
run: ./gradlew javadoc
21+
- name: Push changes
22+
run: |
23+
git config --global user.name "github-actions[bot]"
24+
git config --global user.email "actions@github.com"
25+
26+
git add docs
27+
git commit -m "Update Javadoc (${GITHUB_SHA:0:7})"
28+
git push
2129
publish:
2230
needs: [generateJavadoc]
2331
if: success()

0 commit comments

Comments
 (0)