From ed02ea509180edc0501d6154e1e661c206f70a78 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 2 Dec 2024 14:28:15 +0100 Subject: [PATCH] Added mkdocs-exporter to requirements.txt --- .github/workflows/ci.yml | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eeaef9f..0ed3f3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,5 +24,6 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - run: pip install -r requirements.txt + - run: playwright install chromium --with-deps - run: mkdocs gh-deploy --force diff --git a/requirements.txt b/requirements.txt index 865fb1c..1ccdd89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ mkdocs~=1.6 mkdocs-material-extensions~=1.3 pygments~=2.16 pymdown-extensions~=10.2 +mkdocs-exporter~=6.2.0 # Requirements for plugins babel~=2.10