Skip image validation (#8425)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
pull/8426/head
Jack Baldry 2 years ago committed by GitHub
parent 1763ebb5e9
commit da2c5dfc56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/doc-validator.yml

@ -17,5 +17,6 @@ jobs:
run: >
doc-validator
--include=$(git config --global --add safe.directory $(realpath .); printf '^docs/sources/(%s)$' "$(git --no-pager diff --name-only --diff-filter=ACMRT origin/${{ github.event.pull_request.base.ref }}...${{ github.event.pull_request.head.sha }} -- docs/sources | sed 's/^docs\/sources\///' | awk -F'\n' '{if(NR == 1) {printf $0} else {printf "|"$0}}')")
--skip-image-validation
./docs/sources
/docs/loki/latest

Loading…
Cancel
Save