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

Loading…
Cancel
Save