We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df5b12 commit da2b561Copy full SHA for da2b561
ai/docbot/deploy_to_hf.sh
@@ -34,11 +34,10 @@ echo "Demo files have been copied to $DEST_PATH"
34
cd "$DEST_PATH"
35
echo "Changed directory to $DEST_PATH"
36
37
+git init
38
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 init
42
git add .
43
git commit -m "Commit"
44
git push hf --force
0 commit comments