summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/doxygen.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml
index 0794c1c..2920c7c 100644
--- a/.github/workflows/doxygen.yml
+++ b/.github/workflows/doxygen.yml
@@ -27,8 +27,10 @@ jobs:
# Configure m.css by copying necessary files
- name: Configure m.css
run: |
- cp mcss/doxygen/m-dark+documentation.compiled.css ./docs/m-dark.css
- cp mcss/doxygen/m-dark.compiled.js ./docs/m.js
+ cp mcss/css/m-dark+documentation.compiled.css ./docs/m-dark.css
+ cp mcss/documentation/templates/doxygen/base-class-reference.html ./docs/base-class-reference.html
+ cp mcss/css/m-dark.compiled.css ./docs/m-dark.compiled.css
+ cp mcss/css/m-light.compiled.css ./docs/m-light.compiled.css
# Generate Doxygen documentation
- name: Generate Doxygen documentation