๐ Bug in CI - running on new files in our website build always fails
Closed this issue ยท 1 comments
lwasser commented
Currently if you create a new file such as a blog - CI will fail because HTML proofer can't find the url online.
There are instructions to running html proofer here that show you how to run htmlproofer at the CLI so that it ignores new files. But that would either need to be added to our current build here or we'd need to run htmlproofer in the action directly rather than using the prebuilt action action.
Any help with this is greatly appreciated.