We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a320da commit 1e9f390Copy full SHA for 1e9f390
ai/docbot/deploy_to_hf.sh
@@ -42,6 +42,6 @@ echo "Configured git user"
42
git add .
43
git commit -m "Commit"
44
git remote add hf https://wwwillchen:$HF_TOKEN@huggingface.co/spaces/wwwillchen/mesop-docs-bot || true
45
-git push hf --force
+git push --force--set-upstream hf main
46
47
echo "Pushed to: https://huggingface.co/spaces/wwwillchen/mesop-docs-bot. Check the logs to see that it's deployed correctly."
0 commit comments