1
0
Fork 0
docs/.drone.yml
Nick Slowinski 0744165f3d
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone Build is failing
switch to "normal" python image
2023-06-26 13:15:34 +02:00

14 Zeilen
Kein EOL
197 B
YAML

name: amd64
kind: pipeline
type: docker
platform:
os: linux
arch: amd64
steps:
- name: build
image: python:3.11.4-alpine3.18
commands:
- pip install -r requirements.txt
- mkdocs build