Skip to content

Use MkDocs for the documentation #572

Use MkDocs for the documentation

Use MkDocs for the documentation #572

name: Build the documentation
on:
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Build the documentation
run: |
pip install -r requirements-doc.txt
mkdocs build