We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce6e00 commit 78a3838Copy full SHA for 78a3838
.github/workflows/build_docs.yml
@@ -34,3 +34,11 @@ jobs:
34
- name: Build Javadoc
35
run: |
36
./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