We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492366a commit 3230900Copy full SHA for 3230900
.github/workflows/doc-build.yml
@@ -83,6 +83,7 @@ jobs:
83
cp -rf docs/_build/html/* "${RUNNER_DOCS_DIR}"
84
85
mv docs/_build/html "${RUNNER_ARTIFACT_DIR}"
86
+ cp -rf "${RUNNER_DOCS_DIR}"/javadoc "${RUNNER_ARTIFACT_DIR}"/html
87
88
ls -R "${RUNNER_ARTIFACT_DIR}"/*/*.html
89
0 commit comments