Skip to content

Commit 3230900

Browse files
authored
Copy javadoc to the right directory
Differential Revision: D70908113 Pull Request resolved: #9099
1 parent 492366a commit 3230900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doc-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
cp -rf docs/_build/html/* "${RUNNER_DOCS_DIR}"
8484
8585
mv docs/_build/html "${RUNNER_ARTIFACT_DIR}"
86+
cp -rf "${RUNNER_DOCS_DIR}"/javadoc "${RUNNER_ARTIFACT_DIR}"/html
8687
8788
ls -R "${RUNNER_ARTIFACT_DIR}"/*/*.html
8889

0 commit comments

Comments
 (0)