diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 10:06:26 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 10:06:26 +0300 |
| commit | cf1f7930438902372eaba670380af0a875d5691f (patch) | |
| tree | a6e47fabeeece4bc81b4c282f2b87017824a2f16 /.github/workflows/doxygen.yml | |
| parent | 9fc4bcde905d462897d1d31d6dc942a083f20a88 (diff) | |
[docs] update theme
Diffstat (limited to '.github/workflows/doxygen.yml')
| -rw-r--r-- | .github/workflows/doxygen.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index ffd67f8..b88c3a4 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -17,12 +17,14 @@ jobs: run: sudo apt-get install -y doxygen graphviz - name: Clone m.css - run: git clone --depth 1 https://github.com/mosra/m.css.git docs/mcss + run: | + git clone --depth 1 https://github.com/mosra/m.css.git mcss + ls -R mcss - name: Configure m.css run: | - cp docs/mcss/doxygen/*.css . - cp docs/mcss/doxygen/m.js . + cp mcss/doxygen/m-dark.css ./docs/m-dark.css + cp mcss/doxygen/m.js ./docs/m.js - name: Generate Doxygen documentation run: doxygen docs/Doxyfile |
