Skip to content

Commit 184da4e

Browse files
committed
Update
1 parent f543c96 commit 184da4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Copy Config Files
2020
run: |
2121
# Copy Doxygen config to root
22-
cp ./docs_config/Doxyfile ./Doxyfile
22+
cp ././.github/docs_config/Doxyfile ./Doxyfile
2323
# Copy styling assets
24-
cp ./docs_config/header.html public/
25-
cp ./docs_config/footer.html public/
26-
cp ./docs_config/assets/* public/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/
2727
2828
- name: Generate Documentation
2929
run: |

0 commit comments

Comments
 (0)