Skip to content

Commit

Permalink
action Setup Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Dituon committed Aug 11, 2023
1 parent 7a77f29 commit e42d67a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
paths:
- 'data/**'
- 'build.gradle'
- "data/**"
- "build.gradle"

jobs:
generate-index:
Expand All @@ -23,6 +23,9 @@ jobs:
java-version: 11
cache: gradle

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

- name: Build with Gradle
run: ./gradlew generateIndexJson

Expand Down

0 comments on commit e42d67a

Please sign in to comment.