Skip to content

Commit

Permalink
Update deploy-page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-decemberlabs authored Mar 1, 2024
1 parent f9d462e commit 6747c79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
ref: main

- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

Expand Down

0 comments on commit 6747c79

Please sign in to comment.