From 742ad67a2d9993767000900f9beeb6a9578f30d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sat, 18 May 2024 15:46:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Correction=20d'une=20pe?= =?UTF-8?q?tite=20incoh=C3=A9rence=20du=20doc=20deployer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 22f1c76..bae151c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,11 +61,11 @@ steps: image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer:latest failure: ignore commands: - - /entrypoint.sh -l documentation/doxygen -t doxygen + - /entrypoint.sh -l doxygen -t doxygen when: branch: - master - dev event: - push - depends_on: [ build-Models, tests ] + depends_on: [ tests ]