From 9a57cd9a7ec594a11412850c29ef19a1f14602c2 Mon Sep 17 00:00:00 2001 From: jmeneghini Date: Sun, 17 Dec 2023 18:10:36 -0500 Subject: [PATCH] added files for github pages documentation --- .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 21150b0b..37d4305d 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -21,9 +21,9 @@ jobs: uses: mattnotmitt/doxygen-action@v1.1.0 with: # Path to Doxyfile - doxyfile-path: "./docs/Doxyfile" # default is ./Doxyfile + doxyfile-path: ./docs/Doxyfile # default is ./Doxyfile # Working directory - working-directory: "." # default is . + working-directory: . # default is . - name: Deploy uses: peaceiris/actions-gh-pages@v3