Added mkdocs-exporter to requirements.txt
This commit is contained in:
parent
b112969a22
commit
ed02ea5091
2 changed files with 3 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue