MSey90 commited on
Update sync to hf hub.yml
Browse filesupdate checkout v2 -> v3
.github/workflows/sync to hf hub.yml
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
name: Sync to Hugging Face hub
|
| 2 |
-
|
| 3 |
on:
|
| 4 |
push:
|
| 5 |
branches: [main]
|
|
@@ -11,10 +10,11 @@ jobs:
|
|
| 11 |
sync-to-hub:
|
| 12 |
runs-on: ubuntu-latest
|
| 13 |
steps:
|
| 14 |
-
- uses: actions/checkout@
|
| 15 |
with:
|
| 16 |
fetch-depth: 0
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push --force https://MSey:$HF_TOKEN@huggingface.co/spaces/MSey/tiny_CaLL
|
|
|
|
| 1 |
name: Sync to Hugging Face hub
|
|
|
|
| 2 |
on:
|
| 3 |
push:
|
| 4 |
branches: [main]
|
|
|
|
| 10 |
sync-to-hub:
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
+
- uses: actions/checkout@v3
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
+
lfs: true
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
+
run: git push --force https://MSey:$HF_TOKEN@huggingface.co/spaces/MSey/tiny_CaLL main
|