Skip to content

Commit

Permalink
Deploy with dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Jan 8, 2025
1 parent bcee816 commit ca5e600
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ jobs:
- name: Build sample JS - Main
run: ./gradlew jsBrowserDistribution

- name: Build dokka - Main
run: ./gradlew dokkaGeneratePublicationHtml

- name: Copy dokka html to dist
run: cp -r docs/html composeApp/build/dist/js/productionExecutable/dokka

- name: Upload your page as github pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit ca5e600

Please sign in to comment.