Skip to content

Commit

Permalink
use pre-built package
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashem06 committed Nov 24, 2024
1 parent 1d80b7a commit cd6dfe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy_doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy Doxygen Documentation
on:
push:
branches: [ main ]
# Allow manual dispatch
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).

IMAGE_PATH =
IMAGE_PATH = doxygen/banner.png

# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
Expand Down

0 comments on commit cd6dfe8

Please sign in to comment.