From 644b00d8345579cac9a8b5780d1c6919a510feb6 Mon Sep 17 00:00:00 2001 From: mattiaisgro Date: Thu, 12 Dec 2024 21:40:33 +0100 Subject: [PATCH] Fix Doxygen build --- .github/workflows/doxygen-deploy.yml | 3 ++- build/Doxyfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doxygen-deploy.yml b/.github/workflows/doxygen-deploy.yml index 647df6102..2ac0c3b14 100644 --- a/.github/workflows/doxygen-deploy.yml +++ b/.github/workflows/doxygen-deploy.yml @@ -26,7 +26,8 @@ jobs: - name: Generate Documentation shell: bash - run: doxygen ./build/Doxyfile + working-directory: ./build + run: doxygen Doxyfile - name: Deploy Documentation uses: JamesIves/github-pages-deploy-action@v4.6.4 diff --git a/build/Doxyfile b/build/Doxyfile index e6b649b8e..8e37d2de9 100644 --- a/build/Doxyfile +++ b/build/Doxyfile @@ -874,7 +874,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = README.md src ./build/tutorial.md BIBLIOGRAPHY.md CODING_STANDARD.md CONTRIBUTING.md +INPUT = ../README.md ../src tutorial.md ../BIBLIOGRAPHY.md ../CODING_STANDARD.md ../CONTRIBUTING.md # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses