Skip to content

Commit

Permalink
LOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Wielanek authored and Daniel Wielanek committed Oct 23, 2024
1 parent f91ac5e commit b0604bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-
Expand Down

0 comments on commit b0604bc

Please sign in to comment.