From 0758b866bd48a546d0c5d811702e9dfcb726abca Mon Sep 17 00:00:00 2001 From: Debian Date: Wed, 7 Jan 2026 04:59:36 +0000 Subject: [PATCH] Move frontend workflow to root .gitea/workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gitea Actions only detects workflows at repo root, not subdirectories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../workflows/build.yaml => .gitea/workflows/build-frontend.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename frontend/.gitea/workflows/build.yaml => .gitea/workflows/build-frontend.yaml (100%) diff --git a/frontend/.gitea/workflows/build.yaml b/.gitea/workflows/build-frontend.yaml similarity index 100% rename from frontend/.gitea/workflows/build.yaml rename to .gitea/workflows/build-frontend.yaml