Skip to content

Commit

Permalink
Merge pull request #143 from VirtusLab/fix-ci
Browse files Browse the repository at this point in the history
Fix scaladoc publishing
  • Loading branch information
KacperFKorban authored Jan 27, 2025
2 parents 302d00e + a6b1b21 commit fb0c4eb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/scaladoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ jobs:
with:
fetch-depth: 0

- name: Setup Java 11
- name: Setup Java 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: '17'
distribution: 'temurin'
cache: 'sbt'

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Generate avocADO documentation
run: sbt avocado3/doc
Expand Down

0 comments on commit fb0c4eb

Please sign in to comment.