From 2d64c51f36365ae13946caee53aed8e314c030e9 Mon Sep 17 00:00:00 2001 From: Henry Wallace Date: Fri, 24 Jan 2025 08:53:19 -0500 Subject: [PATCH] Pointed to incorrect folder --- .github/workflows/Doxygen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Doxygen.yml b/.github/workflows/Doxygen.yml index 9bdf2fa..18c1681 100644 --- a/.github/workflows/Doxygen.yml +++ b/.github/workflows/Doxygen.yml @@ -45,7 +45,7 @@ jobs: - name: Doxygen Action uses: mattnotmitt/doxygen-action@1.9.8 with: - doxyfile-path: './doc/Doxyfile.txt' + doxyfile-path: './Doc/Doxyfile.txt' working-directory: . # Deploys the generated documentation to GitHub Pages @@ -53,4 +53,4 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./doc/html \ No newline at end of file + publish_dir: ./Doc/html \ No newline at end of file