diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 10:03:38 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-26 10:03:38 +0300 |
| commit | 9fc4bcde905d462897d1d31d6dc942a083f20a88 (patch) | |
| tree | c03b4e1e7f2ab581ec233c82df2b65ef94d254e7 /.github | |
| parent | b40d931f8c4dbedbc7d826eb2f5757abb4546915 (diff) | |
[docs] update doxygen theme
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/doxygen.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index e9451e5..ffd67f8 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -8,6 +8,7 @@ on: jobs: build: runs-on: ubuntu-latest + steps: - name: Checkout repository uses: actions/checkout@v4 @@ -15,6 +16,14 @@ jobs: - name: Set up Doxygen 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 + + - name: Configure m.css + run: | + cp docs/mcss/doxygen/*.css . + cp docs/mcss/doxygen/m.js . + - name: Generate Doxygen documentation run: doxygen docs/Doxyfile |
