Spaces:
Sleeping
Sleeping
Zaheer Khan
commited on
Update deploy.yml
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -9,6 +9,8 @@ jobs:
|
|
| 9 |
runs-on: ubuntu-latest
|
| 10 |
steps:
|
| 11 |
- uses: actions/checkout@v3
|
|
|
|
|
|
|
| 12 |
|
| 13 |
- name: Push to Hugging Face Space
|
| 14 |
run: |
|
|
|
|
| 9 |
runs-on: ubuntu-latest
|
| 10 |
steps:
|
| 11 |
- uses: actions/checkout@v3
|
| 12 |
+
with:
|
| 13 |
+
fetch-depth: 0
|
| 14 |
|
| 15 |
- name: Push to Hugging Face Space
|
| 16 |
run: |
|