Skip to content

Use apt-get instead of apt #2

Use apt-get instead of apt

Use apt-get instead of apt #2

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