Spaces:
Sleeping
Sleeping
Manasa B Rao
commited on
Commit
•
eb08a9b
1
Parent(s):
3c5e9c9
Update sync_to_hugging_face.yml
Browse files
.github/workflows/sync_to_hugging_face.yml
CHANGED
@@ -14,15 +14,13 @@ jobs:
|
|
14 |
uses: actions/checkout@v3
|
15 |
with:
|
16 |
lfs: true
|
|
|
17 |
|
18 |
- name: Set up Git
|
19 |
run: |
|
20 |
-
git config --global user.email "
|
21 |
-
git config --global user.name "
|
22 |
|
23 |
- name: Push to Hugging Face Hub
|
24 |
env:
|
25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
26 |
-
run: |
|
27 |
-
git remote add huggingface https://huggingface.co/spaces/Manasa1/Fashion_Recommender_System
|
28 |
-
git push --force https://Manasa1:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/Manasa1/Fashion_Recommender_System main
|
|
|
14 |
uses: actions/checkout@v3
|
15 |
with:
|
16 |
lfs: true
|
17 |
+
fetch-depth: 0 # Fetch the full history
|
18 |
|
19 |
- name: Set up Git
|
20 |
run: |
|
21 |
+
git config --global user.email "manasabrao2020@gmail.com.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 }}
|
|
|
|
|
|