diff --git a/.drone.yml b/.drone.yml index cdd2226..e71f533 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,13 +68,16 @@ steps: depends_on: [build,tests] - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer failure: ignore + volumes: + - name: docs + path: /docs commands: - - /entrypoint.sh -l docs/doxygen -t doxygen + - /entrypoint.sh when: - event: - - push + branch: + - WebAPI depends_on: [ build ] volumes: