Skip to content

Commit

Permalink
build the docs only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Aug 23, 2023
1 parent f21ed4b commit f1057d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-rtron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
if: matrix.os == 'ubuntu'
- name: "Build documentation"
run: ./gradlew dokkaHtmlMultiModule --no-daemon
if: matrix.os == 'ubuntu'
- name: "Build uber JAR with Gradle"
run: ./gradlew shadowJar
- name: "Sanity testing: Validation test runs"
Expand Down

0 comments on commit f1057d7

Please sign in to comment.