mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-24 20:58:31 +00:00
15 lines
174 B
YAML
15 lines
174 B
YAML
---
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
mkdocs:
|
|
configuration: docs/mkdocs.yml
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|