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: