Skip to content

Commit

Permalink
Match old paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Aug 4, 2023
1 parent 91e40c1 commit 5b5d231
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ popd

rapids-logger "Build Python docs"
pushd python/docs
make dirhtml BUILDDIR=_html
make text BUILDDIR=_text
make dirhtml
make text
mkdir -p "${RAPIDS_DOCS_DIR}/rmm/"{html,txt}
mv _html/* "${RAPIDS_DOCS_DIR}/rmm/html"
mv _text/* "${RAPIDS_DOCS_DIR}/rmm/txt"
mv dirhtml/* "${RAPIDS_DOCS_DIR}/rmm/html"
mv txt/* "${RAPIDS_DOCS_DIR}/rmm/txt"
popd

rapids-upload-docs

0 comments on commit 5b5d231

Please sign in to comment.