mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
16 lines
209 B
YAML
16 lines
209 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
mkdocs:
|
|
configuration: mkdocs.yml
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
- requirements: requirements-dev.txt
|
|
- path: .
|