Spaces:
Sleeping
Sleeping
Commit ·
a887b44
1
Parent(s): 492cfef
ci: remove force push from deployment workflow
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -20,4 +20,4 @@ jobs:
|
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 22 |
run: |
|
| 23 |
-
git push https://krishuggingface:${HF_TOKEN}@huggingface.co/spaces/krishuggingface/CyberAttack-PLL HEAD:main
|
|
|
|
| 20 |
env:
|
| 21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 22 |
run: |
|
| 23 |
+
git push https://krishuggingface:${HF_TOKEN}@huggingface.co/spaces/krishuggingface/CyberAttack-PLL HEAD:main
|