geforkt von nick-slowinski.de/docs
[CI SKIP] Moving to dirhtml build
Dieser Commit ist enthalten in:
Ursprung
e06024e67a
Commit
fbc72b1ee4
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -28,7 +28,7 @@ steps:
|
||||||
- cd ~/docs
|
- cd ~/docs
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- make html
|
- make dirhtml
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -69,7 +69,7 @@ steps:
|
||||||
- cd ~/docs
|
- cd ~/docs
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- make html
|
- make dirhtml
|
||||||
- name: deploy to staging
|
- name: deploy to staging
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -127,7 +127,7 @@ steps:
|
||||||
- cd ~/docs
|
- cd ~/docs
|
||||||
- pip install --upgrade pip
|
- pip install --upgrade pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- make html
|
- make dirhtml
|
||||||
- name: deploy to production
|
- name: deploy to production
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Laden …
In neuem Issue referenzieren