Skip to content

Commit

Permalink
Fix docs upload directory (#714)
Browse files Browse the repository at this point in the history
Similar to rapidsai/cudf#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: #714
  • Loading branch information
raydouglass committed Mar 25, 2024
1 parent 1874f49 commit 3de344e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3de344e

Please sign in to comment.