mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(build): centralize Dokka documentation generation (#4171)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
7744a42e1c
commit
02f99bd7bb
4 changed files with 89 additions and 44 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
|
@ -43,12 +43,12 @@ jobs:
|
|||
uses: gradle/actions/setup-gradle@v5
|
||||
|
||||
- name: Build Dokka HTML documentation
|
||||
run: ./gradlew :app:dokkaGeneratePublicationHtml
|
||||
run: ./gradlew dokkaGeneratePublicationHtml
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
path: app/build/dokka/html
|
||||
path: build/dokka/html
|
||||
|
||||
deploy:
|
||||
if: github.repository == 'meshtastic/Meshtastic-Android'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue