[CI SKIP] Moving to dirhtml build

Dieser Commit ist enthalten in:
Nick Slowinski 2023-07-12 12:27:26 +02:00
Ursprung e06024e67a
Commit fbc72b1ee4

Datei anzeigen

@ -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: