Skip to content

Commit

Permalink
tar up xml
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Sep 28, 2023
1 parent a0ef0d2 commit 301722f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ doxygen Doxyfile
mkdir -p ../docs/wholegraph/_html/doxygen_docs/libwholegraph/html
mv html/* ../docs/wholegraph/_html/doxygen_docs/libwholegraph/html
mkdir -p ../docs/wholegraph/_xml
# xml will be used in cugraph
mkdir -p "${RAPIDS_DOCS_DIR}/libwholegraph/xml_tar"
tar -czf "${RAPIDS_DOCS_DIR}/libwholegraph/xml_tar"/xml.tar.gz -C xml .
# _xml is used for sphinx breathe project
mv xml/* "../docs/wholegraph/_xml"
popd
Expand Down

0 comments on commit 301722f

Please sign in to comment.