We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c23b9e3 + 24bcd0e commit ae5a82bCopy full SHA for ae5a82b
.github/workflows/github-pages.yml
@@ -51,8 +51,7 @@ jobs:
51
- name: Build with Doxygen
52
run: doxygen Doxyfile
53
- name: Build with JavaDoc
54
- run: javadoc -Xdoclint:all,-missing -d ../doc/java -subpackages *
55
- working-directory: java/api
+ run: javadoc -Xdoclint:all,-missing -d doc/java -sourcepath java/api/target/generated-sources/java/:java/api/src/main/java org.ruby_lang.prism
56
- name: Build with rustdoc
57
run: |
58
bundle exec rake cargo:build
0 commit comments