Skip to content

Commit

Permalink
Fix Android docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed May 20, 2024
1 parent 33a1e16 commit fe14fdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages-android-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"

- name: Generate documentation
run: ./gradlew dokkaHtml

Expand Down

0 comments on commit fe14fdf

Please sign in to comment.