File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
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/
2223 mkdir -p public/assets
23- cp .github/docs_config/header.html public/header.html
24- cp .github/docs_config/footer.html public/footer.html
2524 cp -r .github/docs_config/assets/* public/assets/
2625
2726 - name : Verify Files
You can’t perform that action at this time.
0 commit comments