diff --git a/.github/workflows/doxy.yml b/.github/workflows/doxy.yml index eaaf53f..51079c5 100644 --- a/.github/workflows/doxy.yml +++ b/.github/workflows/doxy.yml @@ -6,8 +6,9 @@ name: Doxygen Action # events but only for the master branch on: push: - branches: [ master ] - + branches: [ main ] + pull_request: + branches: [ main ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel diff --git a/Doxyfile b/Doxyfile index 6b331d3..1c45b0a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = doc +OUTPUT_DIRECTORY = ./doc #../HTML # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-