feat: design cypherpunk IRC georelays dashboard for github.io

This commit is contained in:
a1denvalu3
2026-06-09 13:40:56 +02:00
parent b3c153f90d
commit 564e679651
11 changed files with 3598 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- name: Check for changes
id: git-check
run: |
git add assets/bitchat_relay_count_chart.png assets/total_relay_count_chart.png
git add assets/bitchat_relay_count_chart.png assets/total_relay_count_chart.png assets/relay_history.json
git diff --staged --exit-code || echo "changes=true" >> $GITHUB_OUTPUT
- name: Commit and push changes