File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ ALIASES += "shortcode=@shortcode"
1717
1818# HTML Output
1919HTML_OUTPUT = .
20- # HTML_HEADER = header.html
21- # HTML_FOOTER = footer.html
20+ HTML_HEADER = header.html
21+ HTML_FOOTER = footer.html
2222HTML_STYLESHEET = assets/pf-style.css
2323GENERATE_TREEVIEW = YES
2424USE_MDFILE_AS_MAINPAGE = README.md
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments