actions-marketplace-validations/Hugo Check for broken links

Checks a Hugo site for broken links

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fail-on-broken-linksThe number of required broken links to fail the action. Set to 0 to deactivate. Defaults to 1.no1
log-skipped-linksLogs skipped links and sends them to skipped-links outputnofalse
retryAutomatically retry requests that return HTTP 429 responses and include a 'retry-after' headernotrue
timeoutRequest timeout in ms. Set to 0 for no timeout. Defaults to 5000no5000
skipList of urls in regexy form to not include in the checkno""
hugo-rootBase path to your hugo project.yes./
hugo-content-dirBase path to your hugo content directory.yes./content
hugo-configBase path to your hugo config.yes./config.yaml
hugo-startup-wait-timeMaximum time to wait for hugo to start up and process your project.yes20
namedescription
broken-links-countThe number of broken links found
broken-linksJSON array of broken links
skipped-links-countThe number of skipped links found, optional only when log-skipped-links is true
skipped-linksJSON array of skipped links, optional only when log-skipped-links is true