MaxReimann
commited on
Commit
•
4f23279
1
Parent(s):
a92ae7f
Update push_to_huggingface.yml
Browse files
.github/workflows/push_to_huggingface.yml
CHANGED
@@ -13,6 +13,7 @@ jobs:
|
|
13 |
- uses: actions/checkout@v3
|
14 |
with:
|
15 |
lfs: 'true'
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
13 |
- uses: actions/checkout@v3
|
14 |
with:
|
15 |
lfs: 'true'
|
16 |
+
depth: 0
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|