lycheeverse / lychee-action

Github action to check for broken links in Markdown, HTML, and text files using lychee, a fast link checker written in Rust.
https://lychee.cli.rs
Apache License 2.0
292 stars 39 forks source link

Readme: Add info about split up cache steps #190

Closed tooomm closed 1 year ago

tooomm commented 1 year ago

I think the basic explanation of how actions/cache works, is not needed here.

The split up step is super helpful when any error during link checking occurs and the cache would not be saved at all because of the failing job.

mre commented 1 year ago

Good idea. I'll add it the website as well. Thanks!

mre commented 1 year ago

Done. See here.

tooomm commented 1 year ago

Looking good 👍