From fbc72b1ee41c06f8b7139e77befa1a7285de8974 Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Wed, 12 Jul 2023 12:27:26 +0200 Subject: [PATCH] [CI SKIP] Moving to dirhtml build --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d9297cc..e0ed068 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: