You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have no automatic way of determining if a given commit or
pull request has stale documentation; this leads to buildups in changes
that tend to tag along with other fixes.
This commit resolves the issue by adding a check that verifies that a
fresh copy of the repository does not have a diff present after docs
generation.
0 commit comments