From 0ec9e97f2925a31efb72e1620afb07959d9b55ab Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Thu, 11 May 2023 02:20:37 +0200 Subject: [PATCH] fix documentation 7 (maybe two more at least) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 632f430..b2e3584 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,7 +65,7 @@ steps: environment: NODOXYGEN: true commands: - - /entrypoint.sh -l ./Doc/doxygen -t doxygen -d SAE-2.01_MCTG-documentation + - /entrypoint.sh -l ./Documentation/doxygen -t doxygen -d SAE-2.01_MCTG-documentation when: branch: - master