482028925293990ceff4f8bbe70b9529f5ac879a
The workflows were never able to run — Gitea Actions has no managed runners the way GitHub does, and 'ubuntu-latest' isn't a label this self-hosted Gitea instance can match. Every push to main showed the job as 'No matching online runner with label: ubuntu-latest' in the Actions tab. EasyPanel already watches the 'main' branch and rebuilds on push (Dockerfile-based, git source). The CI step was duplicative and produced noise in the Actions tab without running anything. If a real CI step is needed later (lint, build artifact, test), a Gitea act_runner has to be installed on a server, registered with labels like 'self-hosted:host:linux', and the workflow has to use those labels. Skipping that for now. Files removed: .gitea/workflows/build-and-deploy.yml .gitea/workflows/lint.yml .gitea/ (empty after removal)
Description
No description provided
Languages
Astro
96.8%
CSS
1.8%
Python
1.2%