Skip to content

Commit

Permalink
fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Oct 21, 2024
1 parent 3fc2771 commit adeeb98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cudf-java-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
Expand Down
3 changes: 2 additions & 1 deletion ci/upload_cudf_java_docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# Copyright (c) 2024, NVIDIA CORPORATION.

set -euo pipefail

Expand Down Expand Up @@ -35,7 +36,7 @@ main() {
patch=${patch:-0} # handle patch values like 00

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
Expand Down

0 comments on commit adeeb98

Please sign in to comment.