Skip to content

Commit

Permalink
Revert "Temporarily disable docs errors. (rapidsai#15265)"
Browse files Browse the repository at this point in the history
This reverts commit c794ce4.
  • Loading branch information
bdice committed Mar 11, 2024
1 parent c794ce4 commit d10c0ca
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ rapids-mamba-retry install \

export RAPIDS_DOCS_DIR="$(mktemp -d)"

# TODO: Disable hard errors until the docs site is accessible (network problems)
EXITCODE=0
trap "EXITCODE=1" ERR
set +e

rapids-logger "Build CPP docs"
pushd cpp/doxygen
aws s3 cp s3://rapidsai-docs/librmm/html/${RAPIDS_VERSION_NUMBER}/rmm.tag . || echo "Failed to download rmm Doxygen tag"
Expand Down Expand Up @@ -71,11 +66,4 @@ if [[ "${RAPIDS_BUILD_TYPE}" != "pull-request" ]]; then
fi
popd

if [[ "${EXITCODE}" == "0" ]]; then
rapids-upload-docs
else
rapids-logger "Docs script had errors resulting in exit code $EXITCODE"
fi

# TODO: Disable hard errors until the docs site is accessible (network problems)
exit 0
rapids-upload-docs

0 comments on commit d10c0ca

Please sign in to comment.