diff --git a/.drone.yml b/.drone.yml index 2cea1e1..5a09156 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest failure: ignore commands: - - /entrypoint.sh -l /doc -t doxygen + - /entrypoint.sh -l doc -t doxygen when: branch: - master