Skip to content

Commit

Permalink
chore: make dokka task optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 2, 2024
1 parent c91df48 commit fcb8a51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,14 @@ jobs:

- name: Generate docs
run: ./gradlew dokkaGenerate
continue-on-error: true

- name: Make javadoc dir
run: mkdir -p ./docs/javadocs

- name: Move docs to the parent docs dir
run: cp -r ./build/dokka/html ./docs/javadocs/
continue-on-error: true

- name: Create sample app distributable
run: ./gradlew wasmJsBrowserDistribution --no-configuration-cache
Expand Down

0 comments on commit fcb8a51

Please sign in to comment.