From 7e69ee9ce1e48308e365611b0525e37f28d0f190 Mon Sep 17 00:00:00 2001 From: Rinne Date: Mon, 1 Apr 2024 00:42:46 +0800 Subject: [PATCH] fix doc ci --- .github/workflows/release-patch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-patch.yml b/.github/workflows/release-patch.yml index 95ae9d9d..2ba9080a 100644 --- a/.github/workflows/release-patch.yml +++ b/.github/workflows/release-patch.yml @@ -71,7 +71,7 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs==1.4.3 mkdocs-material mike==1.1.2 pkg_resources + - run: pip install mkdocs==1.4.3 mkdocs-material mike==1.1.2 setuptools - run: | git fetch origin gh-pages --depth=1 version=$(cat ./temp/version.txt)