Skip to content

docs: update README, agent-install, and roadmap for all platforms #17

docs: update README, agent-install, and roadmap for all platforms

docs: update README, agent-install, and roadmap for all platforms #17

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
paths:
- "docs/**"
- "mkdocs.yml"
- ".github/workflows/docs.yml"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- uses: astral-sh/setup-uv@v4
with:
python-version: "3.12"
- run: uv sync --extra docs
- run: uv run mkdocs gh-deploy --force