Update ci.yml (#42)

This commit is contained in:
ethfoo 2022-04-13 13:46:13 +08:00 committed by GitHub
parent 805cd75bfe
commit ba8a2b83b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: 3.x python-version: 3.x
- run: pip install mkdocs-material - run: pip install mkdocs-material==7.2.5
- run: mkdocs --version - run: mkdocs --version
- run: pip show mkdocs-material - run: pip show mkdocs-material
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force