Skip to content

Commit

Permalink
Download xml docs artifact through CloudFront endpoint (#3955)
Browse files Browse the repository at this point in the history
* local docs build workaround

* pipe output
  • Loading branch information
AyodeAwe authored Oct 27, 2023
1 parent c90fd94 commit 4e39f20
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 @@ -44,7 +44,7 @@ for PROJECT in libcugraphops libwholegraph; do
rapids-logger "Download ${PROJECT} xml_tar"
TMP_DIR=$(mktemp -d)
export XML_DIR_${PROJECT^^}="$TMP_DIR"
aws s3 cp --only-show-errors "s3://rapidsai-docs/${PROJECT}/xml_tar/${RAPIDS_VERSION_NUMBER}/xml.tar.gz" - | tar xzf - -C "${TMP_DIR}"
curl "https://d1664dvumjb44w.cloudfront.net/${PROJECT}/xml_tar/${RAPIDS_VERSION_NUMBER}/xml.tar.gz" | tar -xzf - -C "${TMP_DIR}"
done

rapids-logger "Build CPP docs"
Expand Down

0 comments on commit 4e39f20

Please sign in to comment.