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
Using the GitHub "next-gen" version of html-proofer, if a failure is detected and cached, it is not updated if the link is OK upon a re-run, which implies the link will be always checked
Running several times, the link is always re-checked successfully (Received a 200 for https://github.com/gjtorikian/html-proofer) because the cache file is not updated
Using the GitHub "next-gen" version of html-proofer, if a failure is detected and cached, it is not updated if the link is OK upon a re-run, which implies the link will be always checked
Example:
Create a cache with a failure
Running several times, the link is always re-checked successfully (
Received a 200 for https://github.com/gjtorikian/html-proofer
) because the cache file is not updatedhtmlproofer --cache '{"timeframe": "1d", "storage_dir": "example_cache"}' --log-level debug example.html
The text was updated successfully, but these errors were encountered: