📝 Edit page
➕ Add page
Check links
Tools to validate the local and external links on a site.
Topics
Pages
- GitHub Action - Markdown link check
-
HTML Proofer generic
Install and run the
html-proofer
gem with a generic Ruby action setup - HTML Proofer wrappers
- Link Checker action
- Markdown Link Check action
Content
You can get a GH notification that your workflow failed and you can fix the links. You might want to have it stop your deploy, or not. You can also run the checks on a schedule such as weekly, so you check external links without having to do a depoy to trigger the workflow.
Some action recipes here are intended for markdown files, while others will analyize the built site. Either way, this works great for a static site like Jekyll.
Related sections
- Check links recipes in the Web section.