From 09869c55b7f8329ea8dc86ade8f0655acf4a50aa Mon Sep 17 00:00:00 2001 From: Avior Date: Fri, 28 Mar 2025 16:10:52 +0100 Subject: [PATCH] chore: debug --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ccffcd41..04eec37c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,6 +76,13 @@ jobs: rm -rf node_modules cd .. rm -rf node_modules + + - name: Print Folder Tree + uses: jaywcjlove/github-action-folder-tree@main + with: + exclude: "node_modules|dist|.git|.husky|data|data-asia" + path: . + depth: 4 - name: Build and push id: build