From bff728b7f14d23c337aef621d37d980d79645c64 Mon Sep 17 00:00:00 2001 From: snowy Date: Thu, 28 Mar 2024 10:35:26 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index de421ee2..f019e4d9 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -35,7 +35,9 @@ jobs: cd docs pnpm run docs:build ls -al - cd .vuepress/dist + cd .vuepress + ls -al + cd dist ls -al > .vuepress/dist/.nojekyll