Skip to content

Commit faaf969

Browse files
committed
fix: fix the new javadoc jobs
1 parent 0664612 commit faaf969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
target-folder: coverage
8282

8383
- name: Generate javadoc site
84-
if: ${{ github.ref == 'refs/heads/main' && matrix.java == 17 }}
84+
if: ${{ matrix.java == 17 }}
8585
run: mvn -B -pl sdk -am javadoc:javadoc
8686

8787
- name: Configure GitHub Pages

0 commit comments

Comments
 (0)