From 0845b23260e76ae49b92b178dfae8b468c8b18f9 Mon Sep 17 00:00:00 2001 From: alexey Date: Fri, 15 May 2026 21:36:56 +0300 Subject: [PATCH] chore: disable auto-deploy and drop dead preview links VPS is being decommissioned, so: - comment out the tag-push trigger in deploy.yaml (manual-only via workflow_dispatch) - remove banner preview images pointing to api.bnrs.dev from README Co-Authored-By: Claude Opus 4.7 --- .github/workflows/deploy.yaml | 9 ++++++--- README.md | 5 ----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8cc7fc4..f01a501 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -1,7 +1,10 @@ +# Auto-deploy disabled: VPS decommissioned. Manual-only for now. on: - push: - tags: - - 'v*.*.*' + workflow_dispatch: +# on: +# push: +# tags: +# - 'v*.*.*' jobs: check-master: runs-on: ubuntu-latest diff --git a/README.md b/README.md index f5e49e7..7e3cc55 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,6 @@ A high-performance backend service that generates dynamic banners displaying GitHub user statistics. Perfect for enhancing your GitHub profile README with real-time stats. -

- - -

- ## Overview GitHub Banners fetches user data from the GitHub API, calculates aggregated statistics (repositories, stars, forks, languages), and renders beautiful SVG banners that automatically update.