Spaces:
Runtime error
Runtime error
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
|
| 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
|