Spaces:
Running
Running
1littlecoder
commited on
Commit
•
523d825
1
Parent(s):
e09a6e2
force push enabled
Browse files
.github/workflows/main.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://Amrrs:$HF_TOKEN@huggingface.co/spaces/Amrrs/portfolio-github main
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push -f https://Amrrs:$HF_TOKEN@huggingface.co/spaces/Amrrs/portfolio-github main
|