Spaces:
Runtime error
Runtime error
Albert Villanova del Moral commited on
Commit ·
3a85be9
1
Parent(s): c0734b7
Add fetch-depth 0 to checkout
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -10,6 +10,8 @@ jobs:
|
|
| 10 |
steps:
|
| 11 |
- name: Check out
|
| 12 |
uses: actions/checkout@v2
|
|
|
|
|
|
|
| 13 |
- name: Set up Python
|
| 14 |
uses: actions/setup-python@v2
|
| 15 |
with:
|
|
|
|
| 10 |
steps:
|
| 11 |
- name: Check out
|
| 12 |
uses: actions/checkout@v2
|
| 13 |
+
with:
|
| 14 |
+
fetch-depth: 0
|
| 15 |
- name: Set up Python
|
| 16 |
uses: actions/setup-python@v2
|
| 17 |
with:
|