reichaves commited on
Commit
592eff1
·
unverified ·
1 Parent(s): 6f2e4b3

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -3
.github/workflows/main.yml CHANGED
@@ -1,5 +1,4 @@
1
  name: Sync to Hugging Face hub
2
-
3
  on:
4
  push:
5
  branches: [main]
@@ -23,7 +22,7 @@ jobs:
23
  - name: Fetch from hub
24
  env:
25
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
26
- run: git fetch https://reichaves:$HF_TOKEN@https://huggingface.co/spaces/reichaves/Chatbot-with-MaritacaAI-for-PDFs main
27
 
28
  - name: Merge changes
29
  run: |
@@ -40,4 +39,4 @@ jobs:
40
  - name: Push to hub
41
  env:
42
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
43
- run: git push https://reichaves:$HF_TOKEN@https://huggingface.co/spaces/reichaves/Chatbot-with-MaritacaAI-for-PDFs main
 
1
  name: Sync to Hugging Face hub
 
2
  on:
3
  push:
4
  branches: [main]
 
22
  - name: Fetch from hub
23
  env:
24
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
25
+ run: git fetch https://reichaves:[email protected]/spaces/reichaves/Chatbot-with-MaritacaAI-for-PDFs main
26
 
27
  - name: Merge changes
28
  run: |
 
39
  - name: Push to hub
40
  env:
41
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
42
+ run: git push https://reichaves:[email protected]/spaces/reichaves/Chatbot-with-MaritacaAI-for-PDFs main