Added docs building
This commit is contained in:
parent
5f77c94f58
commit
747318cd29
1 changed files with 9 additions and 2 deletions
11
.github/workflows/bld.yml
vendored
11
.github/workflows/bld.yml
vendored
|
@ -22,5 +22,12 @@ jobs:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: ${{ matrix.java-version }}
|
java-version: ${{ matrix.java-version }}
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run Tests
|
||||||
run: ./bld download compile test
|
run: ./bld download compile detekt test
|
||||||
|
|
||||||
|
- name: Build Documentation
|
||||||
|
run: |
|
||||||
|
./bld javadoc
|
||||||
|
./bld dokka-html
|
||||||
|
./bld dokka-gfm
|
||||||
|
./bld dokka-jekyll
|
Loading…
Add table
Add a link
Reference in a new issue