diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 10:13:17 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 10:13:17 +0300 |
| commit | a1d0e99b44b9ee9763a268ef6d323c840223d680 (patch) | |
| tree | 4995030540cad7dc05579db15ef58a683086071e /.github/workflows/doxygen.yml | |
| parent | 6509c3421a0b6200d791d64d849b4137c6382c18 (diff) | |
[docs] path fix
Diffstat (limited to '.github/workflows/doxygen.yml')
| -rw-r--r-- | .github/workflows/doxygen.yml | 6 |
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 |
