summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6cab034..8c561d2 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -43,6 +43,9 @@ jobs:
- name: Build with shadowJar
run: ./gradlew :platform-paper:shadowJar --parallel --no-daemon
+ - name: Generate Dokka
+ run: ./gradlew :dokka:dokkaGenerate --no-daemon
+
- name: Upload build artifact
uses: actions/upload-artifact@v6
if: success()