Skip to content

Commit

Permalink
Fix Doxygen build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaisgro committed Dec 12, 2024
1 parent 2c395da commit 644b00d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/doxygen-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Generate Documentation
shell: bash
run: doxygen ./build/Doxyfile
working-directory: ./build
run: doxygen Doxyfile

- name: Deploy Documentation
uses: JamesIves/github-pages-deploy-action@v4.6.4
Expand Down
2 changes: 1 addition & 1 deletion build/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = README.md src ./build/tutorial.md BIBLIOGRAPHY.md CODING_STANDARD.md CONTRIBUTING.md
INPUT = ../README.md ../src tutorial.md ../BIBLIOGRAPHY.md ../CODING_STANDARD.md ../CONTRIBUTING.md

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down

0 comments on commit 644b00d

Please sign in to comment.