Skip to content

Commit

Permalink
Update deployment path for GitHub Pages to reflect the correct build …
Browse files Browse the repository at this point in the history
…directory
  • Loading branch information
mbakgun committed Nov 16, 2024
1 parent dce3852 commit 79a3cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: composeApp/build/dist/wasmJs/productionExecutable
folder: composeApp/build/kotlin-webpack/wasmJs/productionExecutable
clean: true

0 comments on commit 79a3cac

Please sign in to comment.