From 6c02bfc783f1a83c0f85ef9725317f6c60bd3cfa Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:59:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20vuepress=E6=9E=84=E5=BB=BA=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.github/workflows/deploy-docs.yml b/docs/.github/workflows/deploy-docs.yml index ac594979..5ae52b4c 100644 --- a/docs/.github/workflows/deploy-docs.yml +++ b/docs/.github/workflows/deploy-docs.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 # 如果你文档需要 Git 子模块,取消注释下一行 - # submodules: true + submodules: true - name: 安装 pnpm uses: pnpm/action-setup@v2