Spaces:
Runtime error
Runtime error
gabrielchua
commited on
Commit
·
eff7575
1
Parent(s):
f17c34f
update pipeline
Browse files
.github/workflows/sync_with_hf.yml
CHANGED
@@ -14,6 +14,8 @@ jobs:
|
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
|
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
14 |
with:
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
17 |
+
- name: Remove icon.png
|
18 |
+
run: rm -f icon.png
|
19 |
- name: Push to hub
|
20 |
env:
|
21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|