-
-
Notifications
You must be signed in to change notification settings - Fork 26k
FIX Fix empty changed files in documentation #23541
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
Conversation
The solution proposed here works: https://output.circle-artifacts.com/output/job/c234757a-b5e2-4cc6-b9d6-b5379fbad22c/artifacts/0/doc/_changed.html. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the quick fix! LGTM
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
Reference Issues/PRs
See #23534 (comment).
What does this implement/fix? Explain your changes.
This pull request fixes the empty changed files related to the following error:
no merge base
. I think that the issue may be easily solved by incrementing thefetch-depth
parameter during checkout.