Skip to content

Bump kachick/wait-other-jobs from 1 to 2 (#59) #158

Bump kachick/wait-other-jobs from 1 to 2 (#59)

Bump kachick/wait-other-jobs from 1 to 2 (#59) #158

Workflow file for this run

name: Documentation Checks
on: push
jobs:
build:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: [3.9]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Test building docs
run: mkdocs build