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

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

@ -57,14 +57,13 @@ 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: commands:
- cd ./Doc/doxygen - /entrypoint.sh
- /entrypoint.sh -t doxygen -d SAE-2.01_MCTG-documentation
when: when:
branch: branch:
- master - master
@ -72,7 +71,7 @@ steps:
event: event:
- push - push
- pull_request - pull_request
depends_on: [ build ] depends_on: [ tests ]
volumes: volumes:
- name: docs - name: docs

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Loading…
Cancel
Save