Skip to content

Commit f583eb1

Browse files
committed
fix javadoc
1 parent e53fed9 commit f583eb1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- name: Generate Javadoc
2626
run: mvn javadoc:javadoc
2727

28+
- name: Debug generated javadoc
29+
run: |
30+
echo "::group::Listing apidocs"
31+
ls -la target/site/apidocs || echo 'No apidocs found'
32+
echo "::endgroup::"
33+
2834
- name: Copy Javadoc to temp folder
2935
run: |
3036
mkdir -p temp-docs
@@ -43,9 +49,6 @@ jobs:
4349
</body>
4450
</html>' > temp-docs/index.html
4551
46-
- name: List contents of temp-docs
47-
run: ls -R temp-docs
48-
4952
- name: Deploy to GitHub Pages
5053
uses: peaceiris/actions-gh-pages@v3
5154
with:

0 commit comments

Comments
 (0)