diff --git a/.drone.yml b/.drone.yml index 665edc7..e469a83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,15 +22,13 @@ steps: - dotnet test QwirkleWithoutMaui.sln --no-restore - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer failure: ignore + volumes: + - name: docs + path: /docs commands: - - ./entrypoint.sh -l /docs -t doxygen - when: - branch: - - master - event: - - push + - /entrypoint.sh - name: code-inspection image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8