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