diff --git a/.drone.yml b/.drone.yml index a9df456..8bf8448 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,14 +57,13 @@ steps: # Documentation generation - 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: - - cd ./Doc/doxygen - - /entrypoint.sh -t doxygen -d SAE-2.01_MCTG-documentation + - /entrypoint.sh when: branch: - master @@ -72,7 +71,7 @@ steps: event: - push - pull_request - depends_on: [ build ] + depends_on: [ tests ] volumes: - name: docs diff --git a/Doc/doc_images/CodeFirst.png b/Documentation/doc_images/CodeFirst.png similarity index 100% rename from Doc/doc_images/CodeFirst.png rename to Documentation/doc_images/CodeFirst.png diff --git a/Doc/doxygen/Doxyfile b/Documentation/doxygen/Doxyfile similarity index 100% rename from Doc/doxygen/Doxyfile rename to Documentation/doxygen/Doxyfile diff --git a/Doc/doxygen/footer.html b/Documentation/doxygen/footer.html similarity index 100% rename from Doc/doxygen/footer.html rename to Documentation/doxygen/footer.html diff --git a/Doc/doxygen/images/CodeFirst.png b/Documentation/doxygen/images/CodeFirst.png similarity index 100% rename from Doc/doxygen/images/CodeFirst.png rename to Documentation/doxygen/images/CodeFirst.png