Skip to content

Commit 24bcd0e

Browse files
committed
Fix javadoc gen for GH pages
1 parent c23b9e3 commit 24bcd0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
- name: Build with Doxygen
5252
run: doxygen Doxyfile
5353
- name: Build with JavaDoc
54-
run: javadoc -Xdoclint:all,-missing -d ../doc/java -subpackages *
55-
working-directory: java/api
54+
run: javadoc -Xdoclint:all,-missing -d doc/java -sourcepath java/api/target/generated-sources/java/:java/api/src/main/java org.ruby_lang.prism
5655
- name: Build with rustdoc
5756
run: |
5857
bundle exec rake cargo:build

0 commit comments

Comments
 (0)