Spaces:
Running
Running
update workflow
Browse files
.github/workflows/sync-hf.yaml
CHANGED
@@ -15,11 +15,7 @@ jobs:
|
|
15 |
with:
|
16 |
fetch-depth: 0
|
17 |
lfs: true
|
18 |
-
|
19 |
-
# Check out the branch you want to push (e.g., space)
|
20 |
-
# - name: Checkout space branch
|
21 |
-
# run: git checkout space
|
22 |
-
|
23 |
- name: Push to hub
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
15 |
with:
|
16 |
fetch-depth: 0
|
17 |
lfs: true
|
18 |
+
|
|
|
|
|
|
|
|
|
19 |
- name: Push to hub
|
20 |
env:
|
21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|