Julien Lengrand-Lambert 0963e09f80 Creates first repository
2021-01-20 16:42:33 +01:00
2021-01-20 16:42:33 +01:00
2021-01-20 16:05:04 +01:00
2021-01-20 16:42:33 +01:00
2021-01-20 16:05:04 +01:00
2021-01-20 16:42:33 +01:00

Check HTML Links Github Action

This action checks whether there are any dead links in the documentation of your repository. * Note: Does not test external links, only internal ones :).* Based of check-html-links from Modern Web.

This action will run in a folder with html and js files. In other words, that comes after your Jekyll, Yarn, or any other compilation step.

Inputs

doc-folder

Optional The location of the documentation folder. Default "dist".

Outputs

result

The complete console output of the folder

Example usage

uses: jlengrand/check-html-links-action@v1 with: doc-folder: '_site'

Tests

See test repository and latest status here.

LICENSE

MIT

Author

Julien Lengrand-Lambert

Description
No description provided
Readme MIT 71 KiB
Languages
Shell 56.5%
Dockerfile 43.5%