Skip to content

Use sudo and fix typo #3

Use sudo and fix typo

Use sudo and fix typo #3

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: sudo apt-get update && sudo apt-get install doxygen
- run: pip install -r requirements.txt
- run: mkdocs build