Spaces:
Sleeping
Sleeping
Manasa B Rao
commited on
Commit
•
767e930
1
Parent(s):
eb08a9b
Update sync_to_hugging_face.yml
Browse files
.github/workflows/sync_to_hugging_face.yml
CHANGED
@@ -18,9 +18,18 @@ jobs:
|
|
18 |
|
19 |
- name: Set up Git
|
20 |
run: |
|
21 |
-
git config --global user.email "manasabrao2020@gmail.com
|
22 |
git config --global user.name "Manasa B Rao"
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- name: Push to Hugging Face Hub
|
25 |
env:
|
26 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
|
|
|
|
|
18 |
|
19 |
- name: Set up Git
|
20 |
run: |
|
21 |
+
git config --global user.email "manasabrao2020@gmail.com"
|
22 |
git config --global user.name "Manasa B Rao"
|
23 |
|
24 |
+
- name: Set up Git LFS
|
25 |
+
run: |
|
26 |
+
git lfs install
|
27 |
+
git lfs fetch --all
|
28 |
+
git lfs pull
|
29 |
+
|
30 |
- name: Push to Hugging Face Hub
|
31 |
env:
|
32 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
33 |
+
run: |
|
34 |
+
git remote add huggingface https://huggingface.co/spaces/Manasa1/Fashion_Recommender_System
|
35 |
+
git push --force https://Manasa1:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/Manasa1/Fashion_Recommender_System main
|