File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ ALIASES += "hook=@hook"
1616ALIASES += "shortcode=@shortcode"
1717
1818# HTML Output
19- HTML_OUTPUT = .
20- #PF_LOGO = public/assets/pf-logo.png
21- # HTML_HEADER = header.html
22- # HTML_FOOTER = footer.html
23- # HTML_STYLESHEET = public/assets/pf-style.css
19+ HTML_OUTPUT = .
20+ HEADER_LOGO = public/assets/pf-logo.png
21+ HTML_HEADER = header.html
22+ HTML_FOOTER = footer.html
23+ HTML_STYLESHEET = public/assets/pf-style.css
2424GENERATE_TREEVIEW = YES
2525USE_MDFILE_AS_MAINPAGE = README.md
2626
Original file line number Diff line number Diff line change 2121 # Copy Doxygen config to root
2222 cp ././.github/docs_config/Doxyfile ./Doxyfile
2323 # Copy styling assets
24- cp ././.github/docs_config/header.html public/
25- cp ././.github/docs_config/footer.html public/
26- cp ././.github/docs_config/assets/* public/assets/
24+ cp ././.github/docs_config/* public/assets/
2725
2826 - name : Generate Documentation
2927 run : |
You can’t perform that action at this time.
0 commit comments