From 5b5d231e01a8fa4e0e014228292fed9c69bd234f Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 4 Aug 2023 10:19:36 -0700 Subject: [PATCH] Match old paths --- ci/build_docs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index dbd33de51..2a192d355 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -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