fix documentation 8
continuous-integration/drone/push Build is passing Details

pull/37/head
Alexandre AGOSTINHO 2 years ago
parent 0ec9e97f29
commit a0e9ca49c6

@ -57,15 +57,15 @@ steps:
# Documentation generation # Documentation generation
- name: generate-and-deploy-docs - 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 failure: ignore
volumes: volumes:
- name: docs - name: docs
path: /docs path: /docs
commands:
- /entrypoint.sh
environment: environment:
NODOXYGEN: true NODOXYGEN: true
commands:
- /entrypoint.sh -l ./Documentation/doxygen -t doxygen -d SAE-2.01_MCTG-documentation
when: when:
branch: branch:
- master - master

Loading…
Cancel
Save