edjx22 commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -14,7 +14,7 @@ jobs:
|
|
| 14 |
lfs: true
|
| 15 |
|
| 16 |
- name: Pull latest changes
|
| 17 |
-
run: git pull
|
| 18 |
|
| 19 |
- name: Push to hub
|
| 20 |
env:
|
|
|
|
| 14 |
lfs: true
|
| 15 |
|
| 16 |
- name: Pull latest changes
|
| 17 |
+
run: git pull # Pull latest changes from remote before pushing
|
| 18 |
|
| 19 |
- name: Push to hub
|
| 20 |
env:
|