Spaces:
Running
Running
fix(ci): update HF Space URL after rename to lmaf (#2)
Browse filesCo-authored-by: overthelex <mcvovkes@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
.github/workflows/deploy.yml
CHANGED
|
@@ -56,5 +56,5 @@ jobs:
|
|
| 56 |
env:
|
| 57 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 58 |
run: |
|
| 59 |
-
git remote add hf https://overthelex:${HF_TOKEN}@huggingface.co/spaces/overthelex/
|
| 60 |
git push hf main --force
|
|
|
|
| 56 |
env:
|
| 57 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 58 |
run: |
|
| 59 |
+
git remote add hf https://overthelex:${HF_TOKEN}@huggingface.co/spaces/overthelex/lmaf || true
|
| 60 |
git push hf main --force
|