Skip to content

feat(D3c): chaptered narrative (story arcs instead of FIFO trim) (#39) #12

feat(D3c): chaptered narrative (story arcs instead of FIFO trim) (#39)

feat(D3c): chaptered narrative (story arcs instead of FIFO trim) (#39) #12

Workflow file for this run

name: Docs
on:
push:
branches: [main]
paths:
- "docs/**"
- "mkdocs.yml"
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- run: uv sync --group dev
- run: uv run mkdocs gh-deploy --force