Skip to content

Commit

Permalink
Merge pull request #22 from InkApplications/static-html
Browse files Browse the repository at this point in the history
Configure java for publish action
  • Loading branch information
ReneeVandervelde authored Aug 18, 2024
2 parents d18d09a + 309aa6c commit 1e94911
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pushes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
-
name: Checkout
uses: actions/[email protected]
-
name: Configure Java
uses: actions/[email protected]
with:
java-version: 17
distribution: temurin
-
name: Build Static Sample
run: ./gradlew sample-web:buildStatic sample-web:assemble
Expand Down

0 comments on commit 1e94911

Please sign in to comment.