ci: fix build error for extensions

This commit is contained in:
云微
2024-01-14 00:37:08 +08:00
committed by GitHub
parent 5ca55b3dc2
commit 01e85ee09c

View File

@@ -54,6 +54,7 @@ jobs:
- name: Install dependents - name: Install dependents
run: | run: |
pip install mkdocs-material=="9.*" mkdocs-static-i18n=="0.53" pip install mkdocs-material=="9.*" mkdocs-static-i18n=="0.53"
pip install "mkdocs-material[imaging]"
- name: Test page build - name: Test page build
run: | run: |