Skip to content

Commit

Permalink
Fix publishing docs (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Mar 10, 2024
1 parent 1cde312 commit 5ff6f7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
with:
candidate: java
version: '17.0.1-tem'
- name: Set up 8.0.332-tem
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: 8
jdkFile: ${{ steps.sdkman.outputs.file }}
distribution: 'adopt'
cache: 'maven'
- uses: actions/cache@v1
with:
path: ~/.m2/repository
Expand Down

0 comments on commit 5ff6f7c

Please sign in to comment.