diff --git a/.drone.yml b/.drone.yml index 22f1c76..bae151c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,11 +61,11 @@ steps: image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest failure: ignore commands: - - /entrypoint.sh -l documentation/doxygen -t doxygen + - /entrypoint.sh -l doxygen -t doxygen when: branch: - master - dev event: - push - depends_on: [ build-Models, tests ] + depends_on: [ tests ]