Skip to content

Added submodule updating #6

Added submodule updating

Added submodule updating #6

Workflow file for this run

name: Main
on:
push:
pull_request:
permissions:
# pages
pages: write
# idk what this is but actions/deploy-pages needs it
id-token: write
jobs:
docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
submodules: true
- 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
- uses: actions/[email protected]
with:
path: "site"
- uses: actions/[email protected]