Spaces:
Sleeping
Sleeping
Sync to Hugging Face
Browse files
.github/workflows/main.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
name:
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
branches: [main]
|
|
@@ -15,9 +15,6 @@ jobs:
|
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: false
|
| 17 |
|
| 18 |
-
- name: Ignore large files
|
| 19 |
-
run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch' HEAD
|
| 20 |
-
|
| 21 |
- name: Push to hub
|
| 22 |
env:
|
| 23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
|
| 1 |
+
name: Sync to Hugging Face Space
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
branches: [main]
|
|
|
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: false
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
- name: Push to hub
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|