From 03bd728ffaf7a9ff9d51e2ba59b14141b437894d Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Sat, 27 May 2023 22:04:53 +0200 Subject: [PATCH] add volumes parameters on drone file --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8f4b6ff..272e4d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -135,6 +135,9 @@ steps: - name: generate-and-deploy-docs image: hub.codefirst.iut.uca.fr/alexandre.agostinho/codefirst-docdeployer:latest failure: ignore + volumes: + - name: docs + path: /docs commands: - /entrypoint.sh -l ./Documentation/doxygen -t doxygen -d SAE-2.01_MCTG-documentation when: