Skip to content

Commit

Permalink
add gh action to deploy web client to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Jun 2, 2024
1 parent 772b0a3 commit 8ce4231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
uses: actions/checkout@v4

# Build application
- name: Test and Build
run: ./gradlew :compose-web:build
- name: Build
run: ./gradlew :compose-web:wasmJsBrowserProductionWebpack

# If main branch update, deploy to gh-pages
- name: Deploy
Expand Down

0 comments on commit 8ce4231

Please sign in to comment.