[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
|
||||
- pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- make html
|
||||
- make dirhtml
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
@ -69,7 +69,7 @@ steps:
|
|||
- cd ~/docs
|
||||
- pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- make html
|
||||
- make dirhtml
|
||||
- name: deploy to staging
|
||||
image: appleboy/drone-scp
|
||||
volumes:
|
||||
|
@ -127,7 +127,7 @@ steps:
|
|||
- cd ~/docs
|
||||
- pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- make html
|
||||
- make dirhtml
|
||||
- name: deploy to production
|
||||
image: appleboy/drone-scp
|
||||
volumes:
|
||||
|
|
Laden …
In neuem Issue referenzieren