use better docdeployer
continuous-integration/drone/push Build encountered an error Details

pull/19/head^2
Antoine PEREDERII 2 years ago
parent 0db787f4e3
commit 2b77d47a71

@ -63,15 +63,10 @@ steps:
depends_on: [tests] depends_on: [tests]
- name: generate-and-deploy-docs - name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer
failure: ignore failure: ignore
volumes:
- name: Documentation
path: /Documentation
commands: commands:
- cd Documentation/doxygen - /entrypoint.sh -l Documentation/doxygen/Doxyfile -t doxygen
- doxygen Doxyfile
- /entrypoint.sh
when: when:
branch: branch:
- master - master

Loading…
Cancel
Save