From 94e90a3cd89773856408cc7f81ff2c78d27cbd96 Mon Sep 17 00:00:00 2001 From: Tobi-D7 Date: Tue, 12 Apr 2022 09:27:49 +0200 Subject: [PATCH] Generate DOCS --- .github/workflows/Docs.yml | 8 ++++---- Doxyfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index e6fad59..30cc922 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -2,7 +2,7 @@ name: 📄 on: push: - branches: [ "**" ] + branches: [ "*" ] pull_request: branches: [ "*" ] @@ -32,9 +32,9 @@ jobs: ls -r cd .. git clone https://github.com/NPI-D7/NPI-D7.github.io.git - mkdir -p NPI-D7.github.io/${{ steps.branch.outputs.branch }} - #rm -r NPI-D7.github.io/${{ steps.branch.outputs.branch }}/* - mv -v RenderD7/doc NPI-D7.github.io/${{ steps.branch.outputs.branch }}/ + mkdir -p NPI-D7.github.io/RenderD7-docs + #rm -r NPI-D7.github.io/RenderD7-docs/* + mv -v RenderD7/doc NPI-D7.github.io/RenderD7-docs/ #rm -r doc cd NPI-D7.github.io git config --global user.email "tobid7@outlook.de" diff --git a/Doxyfile b/Doxyfile index cbe93f6..866e09b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1192,7 +1192,7 @@ HTML_STYLESHEET = # list). For an example see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = doxygen.css +HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note