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: