Generate DOCS

This commit is contained in:
tobid7 2022-04-12 09:27:49 +02:00
parent 58b4667ec7
commit 94e90a3cd8
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: 📄
on: on:
push: push:
branches: [ "**" ] branches: [ "*" ]
pull_request: pull_request:
branches: [ "*" ] branches: [ "*" ]
@ -32,9 +32,9 @@ jobs:
ls -r ls -r
cd .. cd ..
git clone https://github.com/NPI-D7/NPI-D7.github.io.git git clone https://github.com/NPI-D7/NPI-D7.github.io.git
mkdir -p NPI-D7.github.io/${{ steps.branch.outputs.branch }} mkdir -p NPI-D7.github.io/RenderD7-docs
#rm -r NPI-D7.github.io/${{ steps.branch.outputs.branch }}/* #rm -r NPI-D7.github.io/RenderD7-docs/*
mv -v RenderD7/doc NPI-D7.github.io/${{ steps.branch.outputs.branch }}/ mv -v RenderD7/doc NPI-D7.github.io/RenderD7-docs/
#rm -r doc #rm -r doc
cd NPI-D7.github.io cd NPI-D7.github.io
git config --global user.email "tobid7@outlook.de" git config --global user.email "tobid7@outlook.de"

View File

@ -1192,7 +1192,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation. # list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES. # 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 # 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 # other source files which should be copied to the HTML output directory. Note