Skip to content

Commit

Permalink
Merge pull request #2 from arkivanov/update-ci
Browse files Browse the repository at this point in the history
Updated workflow files
  • Loading branch information
arkivanov authored Feb 4, 2024
2 parents 520cdf1 + caec3e9 commit 2f847d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
java-version: 17

- name: Build
run: ./gradlew build
uses: gradle/gradle-build-action@v2
with:
arguments: build
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
java-version: 17

- name: Build
run: ./gradlew wasmJsBrowserDistribution
uses: gradle/gradle-build-action@v2
with:
arguments: :composeApp:wasmJsBrowserDistribution

- name: Deploy browser app
uses: JamesIves/github-pages-deploy-action@v4.5.0
Expand Down

0 comments on commit 2f847d2

Please sign in to comment.