Skip to content

Added simple workflow for building docs #1

Added simple workflow for building docs

Added simple workflow for building docs #1

Workflow file for this run

name: Main
on:
push:
pull_request:
jobs:
docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: "3.11"
- run: apt update && apt instal doxygen
- run: pip install -r requirements.txt
- run: mkdocs build