Skip to content

Commit f124c6e

Browse files
committed
feat: update repository URL in Hugging Face deployment workflow
1 parent 0f7fe66 commit f124c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-huggingface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
SPACE_NAME: ${{ secrets.SPACE_NAME }}
4444
run: |
4545
# Create repository URL
46-
REPO_URL="https://huggingface.co/spaces/$HF_USERNAME/$SPACE_NAME"
46+
REPO_URL="https://huggingface.co/spaces/$HF_USERNAME/template-python"
4747
4848
# Add Hugging Face as a remote and push
4949
git remote add space $REPO_URL || git remote set-url space $REPO_URL

0 commit comments

Comments
 (0)