We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9875b commit 8ff07abCopy full SHA for 8ff07ab
.github/workflows/doc-build.yml
@@ -65,6 +65,12 @@ jobs:
65
make html
66
cd ..
67
68
+ # Build javadoc:
69
+ cd extension/android
70
+ ./gradlew javadoc
71
+ cp -rf build/docs/javadoc "${RUNNER_DOCS_DIR}"
72
+ cd ../..
73
+
74
# If it's main branch, add noindex tag to all .html files to exclude from Google Search indexing.
75
echo "GitHub Ref: ${GITHUB_REF}"
76
if [[ "${{ github.ref }}" == 'refs/heads/main' ]]; then
0 commit comments