From 486706d61b4d76862af0d80943964d1ca811f900 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 20 Dec 2022 16:41:44 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 61f96dd..7a5ebde 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,16 +4,16 @@ name: BlazorProject steps: - name: generate-documentation - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer - failure: ignore - volumes: - - name: docs - path: /docs - commands: + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer + failure: ignore + volumes: + - name: docs + path: /docs + commands: - /entrypoint.sh - when: - branch: - - master + when: + branch: + - master volumes: