Skip to content

Commit

Permalink
fix docs task on GH (but it will not work due to Kotlin/dokka#3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Nov 6, 2024
1 parent a0b503b commit f2e2987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cp ./README.md ./docs/README.md

- name: Generate docs
run: ./gradlew :dokkaGenerateHtml
run: ./gradlew dokkaGenerate

- name: Move docs to the parent docs dir
run: cp -r ./build/dokka/htmlMultiModule/ ./docs/javadocs/
Expand Down

0 comments on commit f2e2987

Please sign in to comment.