Skip to content

Commit

Permalink
Setup Java 17 to generate the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue committed Jan 14, 2025
1 parent de15b9f commit 572a5d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/make-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Setup Java 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'corretto'

- name: Checkout repo
uses: actions/checkout@v4
- name: Setup
Expand Down

0 comments on commit 572a5d9

Please sign in to comment.