From b7ec90907309bcc3089fcb048b660d99ef53a9be Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:52:34 +0800 Subject: [PATCH] chore: remove debug steps and loyment workflow --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f3ffd33..26f6b5f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -58,6 +58,11 @@ jobs: cp -r .next/static/* .next/standalone/.next/static/ cp Dockerfile .next/standalone/Dockerfile + - name: 🔍 Debug - List Build Files + run: | + echo "=======================" + ls -la .next/standalone + - name: Upload production build artifact uses: actions/upload-artifact@v3 with: