Bashir Gulistani
commited on
Update deploy.yml
Browse files
.github/workflows/deploy.yml
CHANGED
@@ -25,13 +25,6 @@ jobs:
|
|
25 |
git config --global user.email "gulistani1999@gmail.com"
|
26 |
git config --global user.name "Bashir1999"
|
27 |
|
28 |
-
- name: Add and track large files
|
29 |
-
run: |
|
30 |
-
git lfs track "*.zip"
|
31 |
-
git add .gitattributes
|
32 |
-
git add large_file.zip
|
33 |
-
git commit -m "Add large file with Git LFS"
|
34 |
-
|
35 |
- name: Add Hugging Face remote and push to Spaces
|
36 |
env:
|
37 |
HF_TOKEN: ${{ secrets.CASE_STUDY_1_SECRET }}
|
|
|
25 |
git config --global user.email "gulistani1999@gmail.com"
|
26 |
git config --global user.name "Bashir1999"
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
- name: Add Hugging Face remote and push to Spaces
|
29 |
env:
|
30 |
HF_TOKEN: ${{ secrets.CASE_STUDY_1_SECRET }}
|