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