reichaves commited on
Commit
8ead5f6
1 Parent(s): e99d7e7

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -20,8 +20,8 @@ jobs:
20
  fetch-depth: 0
21
  lfs: true
22
 
23
- - name: Pull latest changes with merge
24
- run: git pull --no-rebase https://reichaves:$HF_TOKEN@huggingface.co/spaces/reichaves/Chatbot-Gemma2-9b-It-all-MiniLM-L6-v2-Brazil-PDF main
25
 
26
  - name: Push to hub
27
  env:
 
20
  fetch-depth: 0
21
  lfs: true
22
 
23
+ - name: Pull latest changes allowing unrelated histories
24
+ run: git pull --no-rebase --allow-unrelated-histories https://reichaves:$HF_TOKEN@huggingface.co/spaces/reichaves/Chatbot-Gemma2-9b-It-all-MiniLM-L6-v2-Brazil-PDF main
25
 
26
  - name: Push to hub
27
  env: