From d3e50d4a4c5673225cd74c58acf40d594c8b4996 Mon Sep 17 00:00:00 2001
From: Wenxuan Shen <1763516926@qq.com>
Date: Fri, 2 Feb 2024 23:29:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20deploy-docs.yml?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/deploy-docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml
index f711082..bb8ecf6 100755
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -35,7 +35,7 @@ jobs:
           cache: yarn
 
       - name: 安装依赖
-        run: yarn install --frozen-lockfile
+        run: yarn install
 
       - name: 构建文档
         env:
@@ -49,4 +49,4 @@ jobs:
         with:
           # 这是文档部署到的分支名称
           branch: gh-pages
-          folder: docs/.vuepress/dist
\ No newline at end of file
+          folder: docs/.vuepress/dist