From a863e62965ba1b3728ffde26881b7e3b0f9ad890 Mon Sep 17 00:00:00 2001 From: MasterLaplace Date: Sun, 22 Oct 2023 18:49:14 +0200 Subject: [PATCH] fix(.github): workflow error --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 -- .github/workflows/doxygen-gh-pages.yml | 14 -------------- Doxyfile.cfg | 3 +-- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .github/workflows/doxygen-gh-pages.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2b5968a..799f849 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,8 +5,6 @@ assignees: - {{ github.actor }} labels: - enhancement -projects: - - '1044' body: - type: input id: featureName diff --git a/.github/workflows/doxygen-gh-pages.yml b/.github/workflows/doxygen-gh-pages.yml deleted file mode 100644 index 51c17dc..0000000 --- a/.github/workflows/doxygen-gh-pages.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Doxygen GitHub Pages Deploy Action - -on: - push: - branches: [ '*' ] - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: DenverCoder1/doxygen-github-pages-action@v1.3.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - config_file: Doxyfile.cfg diff --git a/Doxyfile.cfg b/Doxyfile.cfg index 194daa9..b392ed4 100644 --- a/Doxyfile.cfg +++ b/Doxyfile.cfg @@ -1404,8 +1404,7 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = doxygen-awesome-css/doxygen-awesome.css \ - doxygen-awesome-css/doxygen-awesome-sidebar-only.css +HTML_EXTRA_FILES = # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output # should be rendered with a dark or light theme.