We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f5c84 commit 32a2463Copy full SHA for 32a2463
1 file changed
.github/workflows/gradle.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Grant execute permission for push
35
run: chmod +x push.sh
36
- name: Build with Gradle
37
- run: ./gradlew build --stacktrace
+ run: ./gradlew build javadoc --stacktrace
38
- name: Upload to Codecov
39
uses: codecov/codecov-action@v1
40
- name: Push Javadocs
0 commit comments