From 93c10f62c67f14cd375340c98e3bd0d0dd2f0b04 Mon Sep 17 00:00:00 2001 From: panhy Date: Fri, 15 Dec 2023 13:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/static.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 28bfb54..d313898 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -25,6 +25,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - run: pip install mkdocs-material==9.4.1 mkdocs-glightbox - run: mkdocs gh-deploy --force - \ No newline at end of file