RayMelius Claude Opus 4.6 commited on
Commit
eda96a8
·
1 Parent(s): 5ec5bd3

Update HF sync workflow to target soci2 space

Browse files

The 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>

Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +1 -1
.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/soci
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