Skip to content

Commit 32a2463

Browse files
authored
Update gradle.yml
1 parent 27f5c84 commit 32a2463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Grant execute permission for push
3535
run: chmod +x push.sh
3636
- name: Build with Gradle
37-
run: ./gradlew build --stacktrace
37+
run: ./gradlew build javadoc --stacktrace
3838
- name: Upload to Codecov
3939
uses: codecov/codecov-action@v1
4040
- name: Push Javadocs

0 commit comments

Comments
 (0)