Skip to content

feat: add support for async coroutines in on_mount and on_unmount lif… #108

feat: add support for async coroutines in on_mount and on_unmount lif…

feat: add support for async coroutines in on_mount and on_unmount lif… #108

Workflow file for this run

name: docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Set up Python
run: uv python install
- name: Install dependencies
run: uv sync --group dev
- name: Deploy documentation
run: uv run mkdocs gh-deploy --force