diff --git a/.dockerignore b/.dockerignore index 600783217..e50d5df3d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -19,4 +19,3 @@ dist/ # production /server/dist -/server/generated diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04eec37c1..3ccffcd41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,13 +76,6 @@ 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