geforkt von nick-slowinski.de/docs
add drone config
Dieser Commit ist enthalten in:
Ursprung
c0440c9780
Commit
8147d3a937
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
14
.drone.yml
Normale Datei
14
.drone.yml
Normale Datei
|
@ -0,0 +1,14 @@
|
|||
name: amd64
|
||||
kind: pipeline
|
||||
type: docker
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- mkdocs build
|
Laden …
In neuem Issue referenzieren