Skip to content

Commit

Permalink
chore: try to fix docs workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 2, 2024
1 parent 0728fdf commit 45e09bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ jobs:
- name: Generate docs
run: ./gradlew dokkaGenerate

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

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

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

0 comments on commit 45e09bc

Please sign in to comment.