From 422d84395c69ba7e179a807c5f5d360bf9d89d18 Mon Sep 17 00:00:00 2001 From: Stefano Moioli Date: Thu, 4 Apr 2024 00:46:40 +0200 Subject: [PATCH] change doxygen output directory --- .github/workflows/xzre.yaml | 1 + Doxyfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/xzre.yaml b/.github/workflows/xzre.yaml index e41f215..e5307e9 100644 --- a/.github/workflows/xzre.yaml +++ b/.github/workflows/xzre.yaml @@ -37,3 +37,4 @@ jobs: uses: DenverCoder1/doxygen-github-pages-action@v1.3.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} + folder: docs/html diff --git a/Doxyfile b/Doxyfile index 3c559f5..51df420 100644 --- a/Doxyfile +++ b/Doxyfile @@ -74,7 +74,7 @@ PROJECT_ICON = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = docs # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format