summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-25 12:16:43 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-25 12:16:43 +0900
commit4c6d5b6b7ab33745dcc7a857931a17e98ea454d7 (patch)
tree12ea378db56a45af8de84ff96c217b4c4d17a3ec /.github/workflows/ci.yaml
parente700f6f9f0bbf933f618f521b35a7963bc433de5 (diff)
downloadLunaticChat-4c6d5b6b7ab33745dcc7a857931a17e98ea454d7.tar.gz
LunaticChat-4c6d5b6b7ab33745dcc7a857931a17e98ea454d7.tar.bz2
LunaticChat-4c6d5b6b7ab33745dcc7a857931a17e98ea454d7.zip
fix: Change to dokka workfrow
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()