Skip to content

Commit f71774c

Browse files
committed
Update
1 parent 982cf41 commit f71774c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ALIASES += "shortcode=@shortcode"
1717

1818
# HTML Output
1919
HTML_OUTPUT = .
20-
#HTML_HEADER = header.html
21-
#HTML_FOOTER = footer.html
20+
HTML_HEADER = header.html
21+
HTML_FOOTER = footer.html
2222
HTML_STYLESHEET = assets/pf-style.css
2323
GENERATE_TREEVIEW = YES
2424
USE_MDFILE_AS_MAINPAGE = README.md

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- name: Copy Config Files
2020
run: |
2121
cp .github/Doxyfile ./Doxyfile
22-
cp -r .github/docs_config/* public/
2322
mkdir -p public/assets
23+
cp .github/docs_config/header.html public/header.html
24+
cp .github/docs_config/footer.html public/footer.html
2425
cp -r .github/docs_config/assets/* public/assets/
2526
2627
- name: Verify Files

0 commit comments

Comments
 (0)