Added mkdocs-exporter to requirements.txt

This commit is contained in:
Stephan Hadan 2024-12-02 14:28:15 +01:00
parent b112969a22
commit ed02ea5091
2 changed files with 3 additions and 1 deletions

View file

@ -24,5 +24,6 @@ jobs:
path: .cache path: .cache
restore-keys: | restore-keys: |
mkdocs-material- mkdocs-material-
- run: pip install mkdocs-material - run: pip install -r requirements.txt
- run: playwright install chromium --with-deps
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force

View file

@ -5,6 +5,7 @@ mkdocs~=1.6
mkdocs-material-extensions~=1.3 mkdocs-material-extensions~=1.3
pygments~=2.16 pygments~=2.16
pymdown-extensions~=10.2 pymdown-extensions~=10.2
mkdocs-exporter~=6.2.0
# Requirements for plugins # Requirements for plugins
babel~=2.10 babel~=2.10