Generate DOCS
This commit is contained in:
parent
58b4667ec7
commit
94e90a3cd8
8
.github/workflows/Docs.yml
vendored
8
.github/workflows/Docs.yml
vendored
@ -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"
|
||||
|
2
Doxyfile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user