Skip to content

v0.0.69

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 16:05
· 46 commits to main since this release
7d978de
rearrange folder placement (#78)

PR updates the upload script to place directories in this manner:
(example)
`s3://rapidsai-docs/${PROJECT}/${FORMAT}/${RAPIDS_VERSION_NUMBER}`

as opposed to the former arrangement:

`s3://rapidsai-docs/${PROJECT}/${RAPIDS_VERSION_NUMBER}/${FORMAT}`

PROJECT - `cudf`, `rmm`, etc
FORMAT - `html`, `txt`
RAPIDS_VERSION_NUMBER - `23.10`, `23.12`, etc