From 41edde6c379438749ff960caf940849862d0efd3 Mon Sep 17 00:00:00 2001 From: Jake Awe Date: Wed, 22 Feb 2023 13:07:30 -0600 Subject: [PATCH] fix typo --- ci/build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_docs.sh b/ci/build_docs.sh index 5798680c522..9551d98e9fe 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -42,6 +42,6 @@ popd if [[ ${RAPIDS_BUILD_TYPE} == "branch" ]]; then aws s3 sync --delete cpp/doxygen/html "s3://rapidsai-docs/libcudf/${VERSION_NUMBER}/html" - aws s3 sync --delete docs/cudf/_html "s3://rapidsai-docs/libcudf/${VERSION_NUMBER}/html" + aws s3 sync --delete docs/cudf/_html "s3://rapidsai-docs/cudf/${VERSION_NUMBER}/html" aws s3 sync --delete docs/cudf/_text "s3://rapidsai-docs/cudf/${VERSION_NUMBER}/txt" fi