Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Add test-docs github action #3

Add test-docs github action

Add test-docs github action #3

Workflow file for this run

name: Documentation Build Check
on:
pull_request:
permissions:
contents: write
jobs:
check-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Test documentation build
run: |
mkdocs build --strict --site-dir test