Fix documentation

This commit is contained in:
世界
2023-02-18 19:27:22 +08:00
parent 67814faf92
commit 123c383eae
4 changed files with 12 additions and 8 deletions

View File

@@ -14,5 +14,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-static-i18n
- run: mkdocs gh-deploy -m "{sha}" --force --ignore-version --no-history
- run: |
pip install mkdocs-material=="9.*" mkdocs-static-i18n=="0.53"
- run: |
mkdocs gh-deploy -m "{sha}" --force --ignore-version --no-history