Skip to content

Commit 78a3838

Browse files
authored
Add git actions
1 parent 6ce6e00 commit 78a3838

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ jobs:
3434
- name: Build Javadoc
3535
run: |
3636
./gradlew javadoc
37+
- name: Push changes
38+
run: |
39+
git config --global user.name "github-actiosn[bot]"
40+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
41+
42+
git add -A
43+
git commit -m "Updating Documentation"
44+
git push

0 commit comments

Comments
 (0)