Skip to content

Commit 8ff07ab

Browse files
committed
Build and upload javadoc
1 parent fd9875b commit 8ff07ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/doc-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
make html
6666
cd ..
6767
68+
# Build javadoc:
69+
cd extension/android
70+
./gradlew javadoc
71+
cp -rf build/docs/javadoc "${RUNNER_DOCS_DIR}"
72+
cd ../..
73+
6874
# If it's main branch, add noindex tag to all .html files to exclude from Google Search indexing.
6975
echo "GitHub Ref: ${GITHUB_REF}"
7076
if [[ "${{ github.ref }}" == 'refs/heads/main' ]]; then

0 commit comments

Comments
 (0)