May fix mkdocs action build (#769)

This commit is contained in:
sxjeru
2023-03-24 12:07:59 +08:00
committed by GitHub
parent 81b4471e70
commit d545dc5aa6
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
# Installation dependency
- run: pip install git+https://github.com/IMSUVEN/mkdocs.git
- run: pip install mkdocs-material==7.1.8 mkdocs-material-extensions==1.0.1 pymdown-extensions==8.2 jieba==0.42.1
- run: pip install mkdocs-material==7.1.8 mkdocs-material-extensions==1.0.1 pymdown-extensions==8.2 jieba==0.42.1 pygments==2.11.0
# Deploy website
- run: mkdocs gh-deploy --force