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 a776ccf commit 7573fe0Copy full SHA for 7573fe0
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
# Copy Doxygen config to root
22
cp ././.github/Doxyfile ./Doxyfile
23
# Copy docs_config
24
- cp ././.github/docs_config/* public/
+ cp -r ././.github/docs_config/* public/
25
26
- name: Generate Documentation
27
run: |
0 commit comments