Skip to content

Commit

Permalink
updating deploy yaml using JamesIves pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
raneric committed Jul 13, 2024
1 parent c93cb7e commit 63ad7d9
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,8 @@ jobs:
run: |
./gradlew :composeApp:wasmJsBrowserDistribution
# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
publish_dir: build/dist/wasmJs/productionExecutable
branch: main
folder: composeApp/build/dist/wasmJs/productionExecutable

0 comments on commit 63ad7d9

Please sign in to comment.