Skip to content

Commit

Permalink
Halt docs uploads for branch/nightlies (#77)
Browse files Browse the repository at this point in the history
Work is ongoing to re-arrange the directory structure for the
branch/nightly docs stored on s3 so this PR (temporarily) halts uploads
to s3 in order to facilitate that work.

Uploads will be re-enabled once the work is complete.

NOTE: Uploads from pull-requests are still allowed because the
associated s3 bucket is a different bucket from the one currently being
re-structured.
  • Loading branch information
AyodeAwe authored Sep 25, 2023
1 parent cf9e382 commit c647c23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/rapids-upload-docs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ checks() {
exit 1
fi

if [[ "${RAPIDS_BUILD_TYPE}" != "pull-request" ]]; then
echo "DOCS UPLOADS FOR BRANCH/NIGHTLIES HAVE BEEN TEMPORARILY HALTED"
exit 0
fi

if [[ "${GITHUB_ACTIONS:-false}" != "true" ]]; then
echo "Uploading docs from local builds is not supported."
echo "The docs are in ${RAPIDS_DOCS_DIR}."
Expand Down

0 comments on commit c647c23

Please sign in to comment.