Skip to content

Commit

Permalink
Use dokkaHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgreze authored Apr 22, 2021
1 parent d8edb65 commit d67bca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
./gradlew --max-workers 1 publishMavenPublicationToSonatypeRepository closeAndReleaseRepository
# Documentation
- name: Generate Dokka
run: ./gradlew library:dokka
run: ./gradlew library:dokkaHtml
- name: Publish Dokka
uses: netlify/actions/cli@master
with:
Expand Down

0 comments on commit d67bca0

Please sign in to comment.