Skip to content

Commit a776ccf

Browse files
committed
Update
1 parent defc9ae commit a776ccf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Copy Config Files
2020
run: |
2121
# Copy Doxygen config to root
22-
cp ././.github/docs_config/Doxyfile ./Doxyfile
23-
# Copy styling assets
24-
cp ././.github/docs_config/* public/assets/
22+
cp ././.github/Doxyfile ./Doxyfile
23+
# Copy docs_config
24+
cp ././.github/docs_config/* public/
2525
2626
- name: Generate Documentation
2727
run: |

0 commit comments

Comments
 (0)