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
It doesn't sound too hard to add a way for mdbook-linkcheck to only check a list of given files. Then, we could have the CI script list the changed files from git as those arguments and only check the changed files. And we could have a cron job that runs the full check periodically (like we already do).
This would probably reduce the number of the annoying 429 Too Many Requests errors.