Skip to content

Commit

Permalink
Changed ci build_docs to just upload the xml so the cugraph-docs can …
Browse files Browse the repository at this point in the history
…create the docs (#4662)

… create the docs

---------

Co-authored-by: Jake Awe <[email protected]>
Co-authored-by: Jake Awe <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent d7ae51d commit 3ad4949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ rapids-logger "Build CPP docs"
pushd cpp/doxygen
doxygen Doxyfile
export XML_DIR_LIBCUGRAPH="$(pwd)/xml"
mkdir -p "${RAPIDS_DOCS_DIR}/libcugraph/xml_tar"
tar -czf "${RAPIDS_DOCS_DIR}/libcugraph/xml_tar"/xml.tar.gz -C xml .
popd

rapids-logger "Build Python docs"
Expand Down

0 comments on commit 3ad4949

Please sign in to comment.