From ba8a2b83b49a898a2b5a1d39f5c5abfbb0a83342 Mon Sep 17 00:00:00 2001 From: ethfoo Date: Wed, 13 Apr 2022 13:46:13 +0800 Subject: [PATCH] Update ci.yml (#42) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57ff380..ea9c56c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.x - - run: pip install mkdocs-material + - run: pip install mkdocs-material==7.2.5 - run: mkdocs --version - run: pip show mkdocs-material - run: mkdocs gh-deploy --force