Skip to content

Commit a1b7bad

Browse files
Clarify deploy script log message
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a037d3a commit a1b7bad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy_hf_space.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "[deploy] Archiving ${BRANCH} from ${ROOT} ..."
1717
git archive "$BRANCH" | tar -x -C "$TMP"
1818
cd "$TMP"
1919

20-
echo "[deploy] Stripping demo images / teaser from snapshot (still on GitHub raw URLs) ..."
20+
echo "[deploy] Stripping demo images / teaser from snapshot (HF rejects PNG/JPG in git) ..."
2121
rm -f demo_data/*.png demo_data/*.jpg demo_data/*.jpeg 2>/dev/null || true
2222
rm -f images/teaser.png 2>/dev/null || true
2323

0 commit comments

Comments
 (0)