From 28a1a30d13ee176f0db22ae1e003c0b1b877dad7 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Tue, 3 Dec 2024 13:21:40 +0800 Subject: [PATCH] chore(ci): build Signed-off-by: Neko Ayaka --- .github/workflows/production-docs-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production-docs-deployment.yaml b/.github/workflows/production-docs-deployment.yaml index e05d7bf09..af121c105 100644 --- a/.github/workflows/production-docs-deployment.yaml +++ b/.github/workflows/production-docs-deployment.yaml @@ -50,6 +50,7 @@ jobs: - name: Build Site run: | pnpm build + ls -la dist/assets env: # As suggested in Verbose Build option to be able to track down errors https://github.com/vuejs/vitepress/issues/422 # vitepress build command does not have --debug option, so we need to set it manually where the debug package is used.