From e7d2655ccf46e94f4304a8713db7b9d7663a5504 Mon Sep 17 00:00:00 2001 From: Max Schmeller <6088931+mojomex@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:41:06 +0900 Subject: [PATCH] fix(docs): install mkdocs plugins in CI flow (#223) Signed-off-by: Max SCHMELLER --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 48d8dad35..1d0be4ad4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -33,7 +33,8 @@ jobs: mkdocs-material \ Jinja2 \ ruamel.yaml && \ - pip install git+https://github.com/JakubAndrysek/mkdoxy + pip install git+https://github.com/JakubAndrysek/mkdoxy && \ + pip install docs/requirements.txt - run: mkdocs build --site-dir _site - run: touch _site/.nojekyll - run: |