Skip to content

Update dependency mkdocs-table-reader-plugin to v2.2.1 #54

Update dependency mkdocs-table-reader-plugin to v2.2.1

Update dependency mkdocs-table-reader-plugin to v2.2.1 #54

Workflow file for this run

---
name: Docs - Tests
'on':
workflow_dispatch:
push:
branches:
- "*"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r requirements-docs.txt
- run: mkdocs build