Skip to content

Commit

Permalink
Skip image checks to match other repositories that use the asset serv…
Browse files Browse the repository at this point in the history
…er (#9309)

Stop erroring when images are not included in page bundles.

Assets should instead be stored in https://grafana.com/docs/writers-toolkit/write/image-guidelines/#where-to-store-media-assets.

Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry authored Dec 18, 2024
1 parent bb70cca commit 8747729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Run doc-validator tool (mimir)
run: >
doc-validator
'--skip-checks=^canonical-does-not-match-pretty-URL$'
'--skip-checks=^canonical-does-not-match-pretty-URL|image.+$'
docs/sources/mimir
/docs/mimir/latest
| reviewdog
Expand Down

0 comments on commit 8747729

Please sign in to comment.