Skip to content

Add release workflow for automated versioning #113

Add release workflow for automated versioning

Add release workflow for automated versioning #113

Workflow file for this run

---
name: build documentation
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build --strict