Add htmlproofer CI workflow (advisory)#120
Draft
miharp wants to merge 3 commits intoOpenVoxProject:masterfrom
Draft
Add htmlproofer CI workflow (advisory)#120miharp wants to merge 3 commits intoOpenVoxProject:masterfrom
miharp wants to merge 3 commits intoOpenVoxProject:masterfrom
Conversation
Runs htmlproofer against the built site on every PR and push to master. Currently advisory (continue-on-error: true) due to existing link debt in inherited content. Will be made enforced once broken links are resolved. Checks internal links only (--disable-external) to avoid flakiness from third-party sites. Ignores known legacy URL prefixes (/puppet/, /pe/, /puppetlabs/). Signed-off-by: Michael Harp <mike@mikeharp.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…flow Signed-off-by: Michael Harp <mike@mikeharp.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Using || true instead of continue-on-error at job level so the check appears green in the PR UI while still reporting failures in the logs. Signed-off-by: Michael Harp <mike@mikeharp.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds htmlproofer to the CI pipeline to catch broken internal links on every PR and push to master.
Currently runs in advisory mode (
continue-on-error: true) due to significant inherited link debt from the Puppet docs migration. Will be made enforced once the outstanding issues are resolved.What it checks
--disable-external) — avoids flakiness from third-party sites going down/puppet/,/pe/,/puppetlabs/) that appear in inherited content_site/directoryKnown outstanding failures (advisory until fixed)
.markdownref-style link definitions.htmllinks to deleted/missing pages.mdextension linksRoadmap to enforcement
.markdownand.mdedge cases.htmllinks (deleted man pages, missing hiera pages)continue-on-errortofalse