Skip to content

Commit

Permalink
Merge pull request #6 from mbakgun/fix/auto-merge
Browse files Browse the repository at this point in the history
fix/auto-merge
  • Loading branch information
mbakgun authored Nov 16, 2024
2 parents 4eac4b0 + a48f868 commit 0ef6776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
distribution: 'temurin'

- name: Build
run: ./gradlew :composeApp:wasmJsBrowserProductionWebpack
run: ./gradlew :composeApp:wasmJsBrowserDistribution

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: composeApp/build/kotlin-webpack/wasmJs/productionExecutable
folder: composeApp/build/dist/wasmJs/productionExecutable
clean: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This game project is built using Kotlin Multiplatform, targeting both Web and De
Experience the game in your browser by visiting the demo [here](https://mbakgun.github.io/ButterflyEffect).

⭐️ A great article to read: [The Butterfly Effect](https://thedecisionlab.com/reference-guide/economics/the-butterfly-effect)

<img src="assets/butter.avif" alt="https://thedecisionlab.com/reference-guide/economics/the-butterfly-effect" width="720" title="A great article to read"/>

## Conclusion
Expand Down

0 comments on commit 0ef6776

Please sign in to comment.