We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f543c96 commit 184da4eCopy full SHA for 184da4e
.github/workflows/docs.yml
@@ -19,11 +19,11 @@ jobs:
19
- name: Copy Config Files
20
run: |
21
# Copy Doxygen config to root
22
- cp ./docs_config/Doxyfile ./Doxyfile
+ cp ././.github/docs_config/Doxyfile ./Doxyfile
23
# Copy styling assets
24
- cp ./docs_config/header.html public/
25
- cp ./docs_config/footer.html public/
26
- cp ./docs_config/assets/* public/assets/
+ cp ././.github/docs_config/header.html public/
+ cp ././.github/docs_config/footer.html public/
+ cp ././.github/docs_config/assets/* public/assets/
27
28
- name: Generate Documentation
29
0 commit comments