Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
2374d14
1
Parent(s):
f10fd96
test1
Browse files
.github/workflows/main.yml
CHANGED
@@ -36,10 +36,11 @@ jobs:
|
|
36 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
37 |
run: huggingface-cli login --token $HF_TOKEN
|
38 |
|
39 |
-
# Step 5: Push application files to Hugging Face
|
40 |
- name: Push Files to Hugging Face Space
|
41 |
env:
|
42 |
-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
|
44 |
run: |
|
|
|
45 |
git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main
|
|
|
36 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
37 |
run: huggingface-cli login --token $HF_TOKEN
|
38 |
|
39 |
+
# Step 5: Push application files to Hugging Face Spac
|
40 |
- name: Push Files to Hugging Face Space
|
41 |
env:
|
42 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
43 |
|
44 |
run: |
|
45 |
+
git pull --rebase https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main
|
46 |
git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main
|