Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raneric committed Jul 13, 2024
1 parent 77c619d commit 60b9fb2
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll
name: Deploy Wasm app

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -28,15 +28,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
- uses: actions/setup-java@v3
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
distribution: 'temurin'
java-version: '17'
- name: Build
run: |
./gradlew :composeApp:wasmJsBrowserDistribution
# Deployment job
deploy:
Expand All @@ -49,5 +47,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
with:
publish_dir: build/dist/wasmJs/productionExecutable

0 comments on commit 60b9fb2

Please sign in to comment.