Skip to content

Commit 9f8cad7

Browse files
committed
[setup] update workflow for maven publish
1 parent 8319ebd commit 9f8cad7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
run: |
5959
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
6060
61+
- name: Generate Dokka API docs
62+
shell: bash
63+
run: |
64+
./scripts/run_dokka.sh
65+
6166
- name: Commit version updates
6267
shell: bash
6368
run: |

0 commit comments

Comments
 (0)