Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawSwiderski committed Aug 12, 2024
1 parent b636bb0 commit a17e586
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Print env
run: printenv
- name: Build with Gradle
run: ./gradlew build
- name: List Output
run: ls -al ./build/dist/js/productionExecutable
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit a17e586

Please sign in to comment.