Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img width="350" src="https://api.bnrs.dev/banners/elastic-dark?a=sgt0m9" />
<img width="350" src="https://api.bnrs.dev/banners/torvalds-default?a=ie3e7q" />
</p>

## 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.
Expand Down
Loading