Open emiltin opened 1 year ago
I also have a similar use case. I didn't find any documentation regarding this on the repo's readme.
In case linkcheck
doesn't support testing static files, I have a workaround in mind:
/var/www/html
linkcheck
with URL http://127.0.0.1/
I have not yet tested this with GitHub action yet.
I'm using Jekyll with GitHub Pages. Jekyll produces a folder with static files. How can I validate links in this static site?
I tried to mount the folder in the container and point to it, but it looks like it does not recognize an url in the form of file://path.
The
http://file://_site
in the output looks wrong.