Skip to content

Update patch versions in docs and YAML files to v2.8.8 #3260

Update patch versions in docs and YAML files to v2.8.8

Update patch versions in docs and YAML files to v2.8.8 #3260

Workflow file for this run

name: "doc-validator"
on:
pull_request:
paths: ["docs/sources/**"]
workflow_dispatch:
jobs:
doc-validator:
runs-on: "ubuntu-latest"
container:
image: "grafana/doc-validator:v1.9.0"
steps:
- name: "Checkout code"
uses: "actions/checkout@v3"
with:
fetch-depth: 0
- name: "Run doc-validator tool"
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