Skip to content

Commit

Permalink
fix msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Oct 22, 2024
1 parent 3fe14e8 commit d2ba344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 @@ -63,4 +63,4 @@ jobs:
title: ${{ inputs.new_stable_value == '1' && 'Enable' || 'Disable' }} cudf-java docs for version ${{ inputs.version }}
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
body: |
This PR updates the stable value for cudf-java in docs.yml to ${{ inputs.new_stable_value }}.
This PR cudf-java docs for version ${{ inputs.version }}.
1 change: 1 addition & 0 deletions ci/upload_cudf_java_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ main() {
wget "$url"
unzip cudf-*-javadoc.jar -d cudf-docs
aws s3 sync --delete cudf-docs/ "s3://rapidsai-docs/cudf-java/html/${DOCS_VERSION}/"
echo "Documentation successfully uploaded to s3://rapidsai-docs/cudf-java/html/${DOCS_VERSION}/"
}

main "$@"

0 comments on commit d2ba344

Please sign in to comment.