mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
16 lines
177 B
YAML
16 lines
177 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.12"
|
|
|
|
mkdocs:
|
|
configuration: mkdocs.yml
|
|
|
|
python:
|
|
install:
|
|
- path: .
|
|
extra_requirements:
|
|
- dev
|