Skip to content

Commit

Permalink
Merge pull request #1358 from joreilly/publish_web_client
Browse files Browse the repository at this point in the history
add gh action to deploy web client to gh pages
  • Loading branch information
joreilly authored Jun 2, 2024
2 parents 66bb040 + 8ce4231 commit e6bd798
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 e6bd798

Please sign in to comment.