From 84df96fd1f677153035479bb5aaca54a4fdefe9b Mon Sep 17 00:00:00 2001 From: Alexandre Agostinho Date: Thu, 11 May 2023 02:16:10 +0200 Subject: [PATCH] fix documentation 5 --- .drone.yml | 7 +++---- {Doc => Documentation}/doc_images/CodeFirst.png | Bin {Doc => Documentation}/doxygen/Doxyfile | 0 {Doc => Documentation}/doxygen/footer.html | 0 {Doc => Documentation}/doxygen/images/CodeFirst.png | Bin 5 files changed, 3 insertions(+), 4 deletions(-) rename {Doc => Documentation}/doc_images/CodeFirst.png (100%) rename {Doc => Documentation}/doxygen/Doxyfile (100%) rename {Doc => Documentation}/doxygen/footer.html (100%) rename {Doc => Documentation}/doxygen/images/CodeFirst.png (100%) 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