We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5202780 commit 8e9d5b2Copy full SHA for 8e9d5b2
ai/docbot/deploy_to_hf.sh
@@ -39,6 +39,7 @@ git config user.name github-actions[bot]
39
git config user.email github-actions[bot]@users.noreply.github.com
40
echo "Configured git user"
41
git add .
42
+git checkout main
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
0 commit comments