diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 10:18:35 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 10:18:35 +0300 |
| commit | 8bbb60a7fba15dfd51b6bbc918c79192ab29d2d2 (patch) | |
| tree | e4e4afd035c6f613b964da77c66f7a0541ae9a6d /.github/workflows/doxygen.yml | |
| parent | f1e4e061e04df530c6643569c199260830ff7664 (diff) | |
[docs] more fixes
Diffstat (limited to '.github/workflows/doxygen.yml')
| -rw-r--r-- | .github/workflows/doxygen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 2920c7c..f8a2ca3 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -28,9 +28,9 @@ jobs: - name: Configure m.css run: | 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 + cp mcss/documentation/search.js ./docs/m.js # Generate Doxygen documentation - name: Generate Doxygen documentation |
