Skip to content

Commit 47ae413

Browse files
committed
Update
1 parent f71774c commit 47ae413

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
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

0 commit comments

Comments
 (0)