Spaces:
Runtime error
Runtime error
NguyenS
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -10,9 +10,9 @@ jobs:
|
|
10 |
sync-to-hub:
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
13 |
-
- uses: actions/checkout@
|
14 |
with:
|
15 |
-
fetch-depth:
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
HF: ${{ secrets.HF }}
|
|
|
10 |
sync-to-hub:
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
13 |
+
- uses: actions/checkout@v3
|
14 |
with:
|
15 |
+
fetch-depth: -1
|
16 |
- name: Add remote
|
17 |
env:
|
18 |
HF: ${{ secrets.HF }}
|