geforkt von nick-slowinski.de/docs
Dieser Commit ist enthalten in:
Ursprung
fed83c361d
Commit
412eb1f25d
1 geänderte Dateien mit 1 neuen und 6 gelöschten Zeilen
|
@ -10,17 +10,12 @@ clone:
|
|||
disable: true
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
- name: clone and build
|
||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||
commands:
|
||||
- mkdir ~/docs && cd ~/docs
|
||||
- git clone https://git.nick-slowinski.de/NickSlowinski/docs.git .
|
||||
- git checkout $DRONE_COMMIT -b $DRONE_BRANCH
|
||||
- name: build
|
||||
image: registry.access.redhat.com/ubi9/python-311:1-12
|
||||
commands:
|
||||
- cd ~/docs
|
||||
- pwd
|
||||
- pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- mkdocs build
|
Laden …
In neuem Issue referenzieren