Spaces:
Sleeping
Sleeping
Vinay Jose
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -10,6 +10,9 @@ jobs:
|
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
- uses: actions/checkout@v4
|
|
|
|
|
|
|
13 |
|
14 |
- name: Push to HF Spaces
|
15 |
env:
|
|
|
10 |
runs-on: ubuntu-latest
|
11 |
steps:
|
12 |
- uses: actions/checkout@v4
|
13 |
+
with:
|
14 |
+
fetch-depth: 0
|
15 |
+
lfs: false
|
16 |
|
17 |
- name: Push to HF Spaces
|
18 |
env:
|