Spaces:
Sleeping
Sleeping
Update Duck-is-going.yml
Browse files
.github/workflows/Duck-is-going.yml
CHANGED
@@ -26,10 +26,13 @@ jobs:
|
|
26 |
run: |
|
27 |
git remote add huggingface https://Joekd608:[email protected]/spaces/Joekd608/Duck-Duck_GO || true
|
28 |
|
29 |
-
- name:
|
30 |
run: |
|
31 |
git fetch huggingface main
|
32 |
-
|
|
|
|
|
|
|
33 |
|
34 |
- name: Push to Hugging Face Hub
|
35 |
env:
|
|
|
26 |
run: |
|
27 |
git remote add huggingface https://Joekd608:[email protected]/spaces/Joekd608/Duck-Duck_GO || true
|
28 |
|
29 |
+
- name: Fetch latest changes from Hugging Face
|
30 |
run: |
|
31 |
git fetch huggingface main
|
32 |
+
|
33 |
+
- name: Merge with Hugging Face main branch (resolve conflicts by favoring remote)
|
34 |
+
run: |
|
35 |
+
git merge -X theirs huggingface/main || true
|
36 |
|
37 |
- name: Push to Hugging Face Hub
|
38 |
env:
|