Update HF sync workflow to target soci2 space
Browse filesThe original 'soci' space had a corrupted HF backend record that
persisted across delete/recreate. Migrated to soci2.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
.github/workflows/sync-to-hf.yml
CHANGED
|
@@ -17,6 +17,6 @@ jobs:
|
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
run: |
|
| 20 |
-
git remote add hf https://RayMelius:${HF_TOKEN}@huggingface.co/spaces/RayMelius/
|
| 21 |
git push hf master:main --force
|
| 22 |
|
|
|
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
run: |
|
| 20 |
+
git remote add hf https://RayMelius:${HF_TOKEN}@huggingface.co/spaces/RayMelius/soci2
|
| 21 |
git push hf master:main --force
|
| 22 |
|