Lexai vovkes222 Claude Opus 4.6 commited on
Commit
9467432
·
unverified ·
1 Parent(s): 3bd9d04

fix(ci): update HF Space URL after rename to lmaf (#2)

Browse files

Co-authored-by: overthelex <mcvovkes@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.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/legal-intern || true
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