mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-28 00:07:47 +00:00
live: commit dashboard.html each daily run (keep tree clean)
The daily run regenerates dashboard.html but the publish step never committed it, leaving it perpetually modified. Add it to the publish git add list and commit the current snapshot. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ python3 dashboard.py
|
||||
mkdir -p history && cp watch_skilled.json "history/watch_$(date '+%Y%m%d').json" 2>/dev/null
|
||||
echo "[daily] $(date '+%F %T') 6/6 publish (commit + push refreshed outputs)"
|
||||
PUBLISH="no changes"
|
||||
git add watch_skilled.json watch_sharps.json conviction_wallets.json 2>/dev/null
|
||||
git add watch_skilled.json watch_sharps.json conviction_wallets.json dashboard.html 2>/dev/null
|
||||
if git diff --cached --quiet 2>/dev/null; then
|
||||
echo "[daily] no output changes to publish"
|
||||
elif git commit -q -m "live: daily refresh — skilled + sharp wallets [skip ci]"; then
|
||||
|
||||
Reference in New Issue
Block a user