From cf1f7930438902372eaba670380af0a875d5691f Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Tue, 26 Nov 2024 10:06:26 +0300 Subject: [docs] update theme --- .github/workflows/doxygen.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3