Skip to content

chore(deps): update python docker tag to v3.13.7 #416

chore(deps): update python docker tag to v3.13.7

chore(deps): update python docker tag to v3.13.7 #416

Workflow file for this run

name: "Check MkDocs generation"
on:
push:
paths:
- "**/mkdocs.yml"
pull_request:
paths:
- "**/mkdocs.yml"
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test-doc-gen:
runs-on: ubuntu-latest
permissions: read-all
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.13.7
- run: pip install --upgrade -r .config/python/dev/requirements.txt
- run: cd .automation && bash build_schemas_doc.sh && cd ..
- run: mkdocs build