From cd6dfe8b82b50bbbb225b0c5e10a27dcf2101e6a Mon Sep 17 00:00:00 2001 From: Aryan Kashem Date: Sun, 24 Nov 2024 18:35:49 -0500 Subject: [PATCH] use pre-built package --- .github/workflows/deploy_doxygen.yml | 1 + doxygen/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_doxygen.yml b/.github/workflows/deploy_doxygen.yml index 02abd4a..72a74f3 100644 --- a/.github/workflows/deploy_doxygen.yml +++ b/.github/workflows/deploy_doxygen.yml @@ -3,6 +3,7 @@ name: Deploy Doxygen Documentation on: push: branches: [ main ] + # Allow manual dispatch workflow_dispatch: jobs: diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index 9958e90..7e1b4a3 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -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