From 1af8b42db85cb353fcd5c38dc578d3dce170b3b2 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 6 Jan 2023 18:14:28 +0100 Subject: [PATCH] htmlproofer: temporarily exclude buildx build The buildx build docs refers to anchors that are being updated, but are maintained in a separate repository; exclude that page from the validator until the anchor changes are live and the buildx docs updated. Signed-off-by: Sebastiaan van Stijn --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53e669da52..5179ac539c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,11 +65,12 @@ EOT # htmlproofer checks for broken links FROM gem AS htmlproofer-base +# FIXME(thaJeztah): remove temporary exclusion rule for buildx_build once anchor links are updated. RUN --mount=type=bind,from=generate,source=/out,target=_site < /results 2>&1 rc=$? if [[ $rc -eq 0 ]]; then