Skip to content

Commit

Permalink
rm redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Oct 30, 2024
1 parent 1b86582 commit d29bc1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/upload_cudf_java_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ main() {

local url="https://repo1.maven.org/maven2/ai/rapids/cudf/${major}.${minor}.${patch}/cudf-${major}.${minor}.${patch}-javadoc.jar"

if ! wget --spider "$url" 2>/dev/null; then
echo "Error: Documentation not found at $url" >&2
exit 1
fi

wget "$url"
unzip cudf-*-javadoc.jar -d cudf-docs
aws s3 sync --delete cudf-docs/ "s3://rapidsai-docs/cudf-java/html/${DOCS_VERSION}/"
Expand Down

0 comments on commit d29bc1b

Please sign in to comment.