mirror of
https://github.com/SantaSpeen/anixart.git
synced 2026-06-25 05:51:25 +00:00
16 lines
220 B
YAML
16 lines
220 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.9"
|
|
|
|
mkdocs:
|
|
configuration: docs/mkdocs.yml
|
|
fail_on_warning: false
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
- method: pip
|
|
path: . |