Skip to content

Commit 7573fe0

Browse files
committed
Update
1 parent a776ccf commit 7573fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Copy Doxygen config to root
2222
cp ././.github/Doxyfile ./Doxyfile
2323
# Copy docs_config
24-
cp ././.github/docs_config/* public/
24+
cp -r ././.github/docs_config/* public/
2525
2626
- name: Generate Documentation
2727
run: |

0 commit comments

Comments
 (0)