Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs upload directory #714

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Fix docs upload directory #714

merged 1 commit into from
Mar 25, 2024

Conversation

raydouglass
Copy link
Member

Similar to rapidsai/cudf#15291, fixes the upload directory for docs (24.04.00a30 => 24.04).

@raydouglass raydouglass added bug Something isn't working non-breaking Introduces a non-breaking change labels Mar 25, 2024
@raydouglass raydouglass requested a review from a team as a code owner March 25, 2024 14:30
@raydouglass
Copy link
Member Author

/merge

Copy link
Member

@ajschmidt8 ajschmidt8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Though there is nothing currently preventing an accident like this from happening again.

I'm thinking we should add the following two checks in this function:

  • check to see if the RAPIDS_VERSION_NUMBER variable matches a 0.38 or 24.06 regex pattern
  • check to see whether each HTML directory has an index.html file

That will help ensure that we don't upload any faulty doc versions or directories.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.57%. Comparing base (1874f49) to head (e58d5a9).

Additional details and impacted files
@@               Coverage Diff                @@
##           branch-24.04     #714      +/-   ##
================================================
- Coverage         93.57%   93.57%   -0.01%     
================================================
  Files               130      130              
  Lines             10009    10007       -2     
================================================
- Hits               9366     9364       -2     
  Misses              643      643              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rapids-bot rapids-bot bot merged commit 3de344e into branch-24.04 Mar 25, 2024
46 checks passed
@ajschmidt8 ajschmidt8 deleted the fix-docs-upload-dir branch March 25, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants