Update make docs procedure (#3749)

Co-authored-by: grafanabot <bot@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
github-actions[bot] 2024-01-25 08:28:51 +00:00 committed by GitHub
parent 19cae8086e
commit 21f0e2db89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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#"
;;
*)