From a0e9ca49c6f21d0da0f8c8c4d71c95867028ba21 Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Thu, 11 May 2023 02:22:56 +0200 Subject: [PATCH] fix documentation 8 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b2e3584..4d18573 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,15 +57,15 @@ 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: + - /entrypoint.sh environment: NODOXYGEN: true - commands: - - /entrypoint.sh -l ./Documentation/doxygen -t doxygen -d SAE-2.01_MCTG-documentation when: branch: - master