Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Jun 21, 2024
1 parent 0e36d18 commit 3d54440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: build
run: |
./gradlew jsBrowserProductionWebpack
cp build/kotlin-webpack/js/productionExecutable/* build/processedResources/js/main/
- name: deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: github-pages
FOLDER: torisetsu/build/dist/js/productionExecutable
FOLDER: torisetsu/build/processedResources/js/main
CLEAN: true

0 comments on commit 3d54440

Please sign in to comment.