Skip to content

Commit

Permalink
Build documentation in android-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 28, 2024
1 parent 5fe7189 commit a90bab3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,11 @@ jobs:
- name: Build libmaplibre.so for arm-v8
run: make android-lib-arm-v8

- name: Build documentation
- name: Build API documentation
run: ./gradlew dokkaHtml

- name: Build Examples documentation
run: make mkdocs-build

- name: Copy developer config with API key for UI tests
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit a90bab3

Please sign in to comment.