summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/doxygen.yml9
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