We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be695e commit 4df5b12Copy full SHA for 4df5b12
ai/docbot/deploy_to_hf.sh
@@ -34,14 +34,14 @@ echo "Demo files have been copied to $DEST_PATH"
34
cd "$DEST_PATH"
35
echo "Changed directory to $DEST_PATH"
36
37
-git init
+git config user.name github-actions[bot]
38
+git config user.email github-actions[bot]@users.noreply.github.com
39
+echo "Configured git user"
40
41
+git init
42
git add .
-
43
git commit -m "Commit"
44
git push hf --force
45
git push --force https://wwwillchen:$HF_TOKEN@huggingface.co/spaces/wwwillchen/mesop-docs-bot 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