geforkt von nick-slowinski.de/docs
Nick Slowinski
0744165f3d
Einige Prüfungen sind fehlgeschlagen
continuous-integration/drone Build is failing
14 Zeilen
Kein EOL
197 B
YAML
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 |