pyOpenSci / pyopensci.github.io

This is the website for pyOpenSci. Contributions welcome!!
https://www.pyopensci.org
Other
35 stars 61 forks source link

add lychee nightly action #360

Closed willingc closed 3 months ago

lwasser commented 3 months ago

what i want to see here is whether it catches bad links as noted in #353 where i added a broken link and it didn't catch.

lwasser commented 3 months ago

actually can we test that @willingc before merging? can we just make sure it catches bad links ie 404s

willingc commented 3 months ago

I tried it from the command line last night and it caught the bad link. I think the error was my fault on where to recurse the files from. I will open a separate PR later.

Going to merge this one.

You can brew install lychee and then run lychee https://pyopensci.github.org which will check all links locally.