From e18b9b5317ce437d385c185ca360abbd10e8b7b5 Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:07:09 +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 --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a244a2463..d96da2bb9 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -28,7 +28,7 @@ jobs: version: 8 - name: 切换工作目录 - run: cd docs + run: echo "Switching to docs directory" working-directory: docs