npv2k1 commited on
Commit
f124c6e
·
1 Parent(s): 0f7fe66

feat: update repository URL in Hugging Face deployment workflow

Browse files
.github/workflows/deploy-to-huggingface.yml CHANGED
@@ -43,7 +43,7 @@ jobs:
43
  SPACE_NAME: ${{ secrets.SPACE_NAME }}
44
  run: |
45
  # Create repository URL
46
- REPO_URL="https://huggingface.co/spaces/$HF_USERNAME/$SPACE_NAME"
47
 
48
  # Add Hugging Face as a remote and push
49
  git remote add space $REPO_URL || git remote set-url space $REPO_URL
 
43
  SPACE_NAME: ${{ secrets.SPACE_NAME }}
44
  run: |
45
  # Create repository URL
46
+ REPO_URL="https://huggingface.co/spaces/$HF_USERNAME/template-python"
47
 
48
  # Add Hugging Face as a remote and push
49
  git remote add space $REPO_URL || git remote set-url space $REPO_URL