feat(docs): add mkdocs and ci (#114)

This commit is contained in:
banteg
2026-01-13 06:00:26 +04:00
committed by GitHub
parent d4aad8e068
commit d0e9a51a0f
8 changed files with 655 additions and 3 deletions
+4
View File
@@ -38,6 +38,10 @@ jobs:
do_sync: false
command: uv build
sync_args: ""
- task: docs
do_sync: true
command: uv run --no-sync mkdocs build --strict
sync_args: --no-install-project --group docs
steps:
- name: Checkout