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