1
0
Fork 0
docs/.drone.yml

14 Zeilen
197 B
YAML

2023-06-26 12:15:24 +02:00
name: amd64
kind: pipeline
type: docker
platform:
os: linux
arch: amd64
steps:
- name: build
2023-06-26 13:15:34 +02:00
image: python:3.11.4-alpine3.18
2023-06-26 12:15:24 +02:00
commands:
- pip install -r requirements.txt
- mkdocs build