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:
jaxperro
2026-06-23 12:46:20 -06:00
parent 0bb3192321
commit 8b1ccb93fc
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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