Spaces:
Sleeping
Sleeping
Akshat Sharma commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -14,7 +14,13 @@ jobs:
|
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- name: Push to hub
|
| 18 |
env:
|
| 19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 20 |
-
run: git push -
|
|
|
|
| 14 |
with:
|
| 15 |
fetch-depth: 0
|
| 16 |
lfs: true
|
| 17 |
+
|
| 18 |
+
- name: Add remote
|
| 19 |
+
env:
|
| 20 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
+
run: git remote add spcae https://AAkshatSharmaa:$HF_TOKEN@huggingface.co/spaces/AAkshatSharmaa/customizeyourresume
|
| 22 |
+
|
| 23 |
- name: Push to hub
|
| 24 |
env:
|
| 25 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 26 |
+
run: git push --force https://AAkshatSharmaa:$HF_TOKEN@huggingface.co/spaces/AAkshatSharmaa/customizeyourresume main
|