libp2p / docs

Documentation site for the libp2p project.
https://docs.libp2p.io/
Other
60 stars 87 forks source link

Enable link check CI #341

Closed dchiquito closed 11 months ago

dchiquito commented 11 months ago

I don't have permission to dispatch the worklow so I guess this will be tested when it's merged to master :crossed_fingers: Never mind, looks like it's run on attempted merges to master :+1:

dchiquito commented 11 months ago

After some testing, it looks like this workflow only checks the source content directory, which contains unprocessed relative links, which are uncheckable by lychee. This means only links to outside resources are checked, but not any internal links.

I think the solution is to move link checking to the build job so it can run against the final build artifact.