diff --git a/.github/workflows/main b/.github/workflows/main index 5f170ab..1382e20 100644 --- a/.github/workflows/main +++ b/.github/workflows/main @@ -26,9 +26,9 @@ jobs: uses: mattnotmitt/doxygen-action@v1.1.0 with: # Path to Doxyfile - doxyfile-path: "./Doxyfile" # default is ./Doxyfile + doxyfile-path: "./docs/Doxygen/Doxyfile" # default is ./Doxyfile # Working directory - working-directory: "." # default is . + working-directory: "./docs/Doxygen" # default is . - name: Deploy uses: peaceiris/actions-gh-pages@v3 @@ -36,4 +36,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Default Doxyfile build documentation to html directory. # Change the directory if changes in Doxyfile - publish_dir: ./html + publish_dir: ./docs/Doxygen/html