Skip to content

docs: add manifesto video and paper badges to READMEs #5

docs: add manifesto video and paper badges to READMEs

docs: add manifesto video and paper badges to READMEs #5

Workflow file for this run

name: docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install docs dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[docs]"
- name: Build docs
run: python -m mkdocs build --strict