Spaces:
Sleeping
Sleeping
fahadcr14
commited on
Commit
·
9a740a2
1
Parent(s):
d5efb57
test1
Browse files
.github/workflows/main.yml
CHANGED
@@ -36,11 +36,5 @@ jobs:
|
|
36 |
env:
|
37 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
38 |
#
|
39 |
-
run:
|
40 |
-
|
41 |
-
git clone https://fahd9999:[email protected]/spaces/fahd9999/resultprediction
|
42 |
-
rsync -av --exclude="resultprediction/" ./ resultprediction/
|
43 |
-
cd resultprediction
|
44 |
-
git add .
|
45 |
-
git commit -m "Deploy application to Hugging Face Space" || echo "No changes to commit"
|
46 |
-
git push
|
|
|
36 |
env:
|
37 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
38 |
#
|
39 |
+
run:
|
40 |
+
git push https://fahd9999:[email protected]/spaces/fahd9999/resultprediction main
|
|
|
|
|
|
|
|
|
|
|
|