From 3de344e2c3156e7132c4b31655cc25fab3ff88c1 Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:02:13 -0400 Subject: [PATCH] Fix docs upload directory (#714) Similar to https://github.com/rapidsai/cudf/pull/15291, fixes the upload directory for docs (`24.04.00a30` => `24.04`). Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Jake Awe (https://github.com/AyodeAwe) URL: https://github.com/rapidsai/cucim/pull/714 --- 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 554ccae36..404f4415a 100755 --- a/ci/build_docs.sh +++ b/ci/build_docs.sh @@ -2,7 +2,7 @@ set -euo pipefail -export RAPIDS_VERSION_NUMBER="$(rapids-generate-version)" +export RAPIDS_VERSION_NUMBER="$(rapids-version-major-minor)" rapids-logger "Create test conda environment" . /opt/conda/etc/profile.d/conda.sh