Skip to content

Commit

Permalink
Also push changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Aug 13, 2020
1 parent 506a729 commit e26b24b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
java-version: 1.11
- name: Generate Javadoc
run: ./gradlew javadoc
- name: Push changes
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "[email protected]"
git add docs
git commit -m "Update Javadoc (${GITHUB_SHA:0:7})"
git push
publish:
needs: [generateJavadoc]
if: success()
Expand Down

0 comments on commit e26b24b

Please sign in to comment.