1
0
Fork 0
docs/.drone.yml

22 Zeilen
431 B
YAML

2023-06-26 12:15:24 +02:00
name: amd64
kind: pipeline
type: docker
2023-06-26 13:02:25 +02:00
clone:
disable: true
2023-06-26 12:15:24 +02:00
platform:
os: linux
arch: amd64
steps:
2023-06-26 13:02:25 +02:00
- name: clone
image: registry.access.redhat.com/ubi9/python-311:1-12
commands:
- git clone https://git.nick-slowinski.de/nick-slowinski.de/docs.git .
- git checkout $DRONE_COMMIT
2023-06-26 12:15:24 +02:00
- name: build
image: registry.access.redhat.com/ubi9/python-311:1-12
commands:
- pip install -r requirements.txt
- mkdocs build