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