Skip to content

Commit 6073bda

Browse files
ci: add docs generation step
1 parent d1d1ba3 commit 6073bda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
uses: actions/setup-node@v3
6969
with:
7070
node-version: "lts/*"
71+
- name: Generate Documentation
72+
run: ./gradlew dokkaHtml
7173
- name: Release
7274
env:
7375
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)