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 defc9ae commit a776ccfCopy full SHA for a776ccf
2 files changed
.github/docs_config/Doxyfile .github/Doxyfile.github/docs_config/Doxyfile renamed to .github/Doxyfile
.github/workflows/docs.yml
@@ -19,9 +19,9 @@ jobs:
19
- name: Copy Config Files
20
run: |
21
# Copy Doxygen config to root
22
- cp ././.github/docs_config/Doxyfile ./Doxyfile
23
- # Copy styling assets
24
- cp ././.github/docs_config/* public/assets/
+ cp ././.github/Doxyfile ./Doxyfile
+ # Copy docs_config
+ cp ././.github/docs_config/* public/
25
26
- name: Generate Documentation
27
0 commit comments