fix documentation 6 (sorry)
continuous-integration/drone/push Build is passing Details

pull/37/head
Alexandre AGOSTINHO 2 years ago
parent 84df96fd1f
commit 14dd3193e6

@ -57,13 +57,15 @@ steps:
# Documentation generation
- 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
volumes:
- name: docs
path: /docs
environment:
NODOXYGEN: true
commands:
- /entrypoint.sh
- /entrypoint.sh -l ./Doc/doxygen -t doxygen -d SAE-2.01_MCTG-documentation
when:
branch:
- master
@ -71,7 +73,7 @@ steps:
event:
- push
- pull_request
depends_on: [ tests ]
depends_on: [ build ]
volumes:
- name: docs

Loading…
Cancel
Save