We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7fe66 commit f124c6eCopy full SHA for f124c6e
.github/workflows/deploy-to-huggingface.yml
@@ -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"
+ 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
0 commit comments