Skip to content

Commit

Permalink
Update deploy-js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz authored Jun 16, 2024
1 parent 24e378e commit 0bba309
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- { uses: actions/checkout@v4 }
- { name: Set up JDK, uses: actions/setup-java@v3, with: { distribution: "${{ env.JAVA_DISTRIBUTION }}", java-version: "${{ env.JAVA_VERSION }}" } }
- { name: Prepare Gradle, uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 } # v3.1.0
- { name: Buid JS bundle, run: ./gradlew jsBrowserProductionWebpack }
- { name: Upload artifact, uses: actions/upload-pages-artifact@v3, with: { path: 'build/dist/js/productionExecutable' } }
- { name: Buid JS bundle, run: ./gradlew browserReleaseEsbuild }
#- { name: Buid JS bundle, run: ./gradlew browserReleaseWebpack } # available after 6.0.0-beta3
- { name: Upload artifact, uses: actions/upload-pages-artifact@v3, with: { path: 'build/www' } }
- { name: Deploy 🚀 to GitHub Pages, id: deployment, uses: actions/deploy-pages@v4}

0 comments on commit 0bba309

Please sign in to comment.