Update make docs procedure (#81170)

Co-authored-by: grafanabot <bot@grafana.com>
This commit is contained in:
github-actions[bot]
2024-01-24 16:03:38 +00:00
committed by GitHub
parent 20fe0eb173
commit 6fd8898cde

View File

@@ -717,7 +717,7 @@ case "${image}" in
"${DOCS_IMAGE}" \
"--minAlertLevel=${VALE_MINALERTLEVEL}" \
'--glob=*.md' \
--output=line \
--output=/etc/vale/rdjsonl.tmpl \
/hugo/content/docs | sed "s#$(proj_dst "${proj}")#sources#"
;;
*)