ikaganacar commited on
Commit
af1f8bc
·
1 Parent(s): 41e27eb

Fix HF sync URL - remove spaces path

Browse files
Files changed (1) hide show
  1. .github/workflows/sync-to-hf.yml +1 -1
.github/workflows/sync-to-hf.yml CHANGED
@@ -23,7 +23,7 @@ jobs:
23
  git config --global user.name "github-actions[bot]"
24
 
25
  # Add Hugging Face remote
26
- git remote add hf https://user:${HF_TOKEN}@huggingface.co/spaces/ikaganacar/ismail
27
 
28
  # Push to Hugging Face
29
  git push hf main --force
 
23
  git config --global user.name "github-actions[bot]"
24
 
25
  # Add Hugging Face remote
26
+ git remote add hf https://user:${HF_TOKEN}@huggingface.co/ikaganacar/ismail
27
 
28
  # Push to Hugging Face
29
  git push hf main --force