Joekd608 commited on
Commit
8b12776
1 Parent(s): cb9e059

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: Pull latest changes from Hugging Face
30
  run: |
31
  git fetch huggingface main
32
- git rebase huggingface/main
 
 
 
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: