feat(docs): migrate configs to dokka 2 (#3031)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-09-08 22:14:16 -05:00 committed by GitHub
parent 46282c3aec
commit 97eb579d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 3 deletions

View file

@ -43,7 +43,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4
- name: Build Dokka HTML documentation
run: ./gradlew :app:dokkaHtml
run: ./gradlew :app:dokkaGeneratePublicationHtml
- name: Upload artifact
uses: actions/upload-pages-artifact@v4