Skip to content

Commit

Permalink
pages.yml: remove dependency on gradle/gradle-build-action
Browse files Browse the repository at this point in the history
Running gradle via gradle-build-action is no longer supported, instead it is recommended to use a run step - see: gradle/gradle-build-action#996
  • Loading branch information
bwRavencl committed Jan 29, 2024
1 parent e0d271a commit a2e2379
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
distribution: ${{ env.JAVA_DISTRIBUTION }}
java-version: ${{ env.JAVA_VERSION }}
- name: Install ControllerBuddy
uses: gradle/gradle-build-action@v2
with:
arguments: installDist
build-root-directory: ControllerBuddy
working-directory: ControllerBuddy
run: ./gradlew installDist
- name: Update Visualizations
timeout-minutes: 7
run: |
Expand Down

0 comments on commit a2e2379

Please sign in to comment.