geforkt von nick-slowinski.de/docs
Dieser Commit ist enthalten in:
Ursprung
61e09611ac
Commit
6a5e508373
1 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
11
.drone.yml
11
.drone.yml
|
@ -10,15 +10,16 @@ clone:
|
||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||||
|
commands:
|
||||||
|
- mkdircd ~/docs
|
||||||
|
- git clone https://git.nick-slowinski.de/NickSlowinski/docs.git .
|
||||||
|
- git checkout $DRONE_COMMIT -b $DRONE_BRANCH
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||||
commands:
|
commands:
|
||||||
- cd ~
|
|
||||||
- pwd
|
- pwd
|
||||||
- ls -laZ
|
|
||||||
- git clone https://git.nick-slowinski.de/NickSlowinski/docs.git docs
|
|
||||||
- cd docs
|
|
||||||
- git checkout $DRONE_COMMIT
|
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- mkdocs build
|
- mkdocs build
|
Laden …
In neuem Issue referenzieren