Skip to content

Commit defc9ae

Browse files
committed
Update
1 parent e37e8ff commit defc9ae

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/docs_config/Doxyfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ALIASES += "hook=@hook"
1616
ALIASES += "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
2424
GENERATE_TREEVIEW = YES
2525
USE_MDFILE_AS_MAINPAGE = README.md
2626

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)