mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update doc-validator to latest release (#62170)
* Update doc-validator to latest release Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Skip image validation Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
parent
2eaa3fb4d2
commit
f4be855e30
4
.github/workflows/doc-validator.yml
vendored
4
.github/workflows/doc-validator.yml
vendored
@ -7,10 +7,10 @@ jobs:
|
|||||||
doc-validator:
|
doc-validator:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
container:
|
container:
|
||||||
image: "grafana/doc-validator:v1.5.0"
|
image: "grafana/doc-validator:v1.9.0"
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout code"
|
- name: "Checkout code"
|
||||||
uses: "actions/checkout@v3"
|
uses: "actions/checkout@v3"
|
||||||
- name: "Run doc-validator tool"
|
- name: "Run doc-validator tool"
|
||||||
# Ensure that the CI always passes until all errors are resolved.
|
# Ensure that the CI always passes until all errors are resolved.
|
||||||
run: "doc-validator ./docs/sources || true"
|
run: "doc-validator --skip-image-validation ./docs/sources /docs/grafana/latest || true"
|
||||||
|
Loading…
Reference in New Issue
Block a user