Skip to content

Commit

Permalink
Update kdocs-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ronhombre authored Feb 12, 2024
1 parent da204d0 commit 815f3a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 8
- name: Build KDocs with Dokka
run: ./gradlew dokkaHtml
- name: Upload artifact
Expand Down

0 comments on commit 815f3a5

Please sign in to comment.