Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma authored Jan 19, 2025
1 parent 9036cc5 commit 47d4a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
java-version: 17

- name: Build sample JS - Main
run: ./gradlew wasmJsBrowserDistribution
run: ./gradlew :samples:wasmApp:wasmJsBrowserDistribution

- name: Build dokka - Main
run: ./gradlew dokkaGeneratePublicationHtml
Expand All @@ -245,7 +245,7 @@ jobs:
- name: Upload your page as github pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: composeApp/build/dist/wasmJs/productionExecutable/
path: samples/wasmApp/build/dist/wasmJs/productionExecutable/
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 47d4a9a

Please sign in to comment.