We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9f390 commit 342b7b5Copy full SHA for 342b7b5
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 --force--set-upstream hf main
+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