Skip to content

Commit 5a320da

Browse files
committed
attempt 10
1 parent 5b3992e commit 5a320da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai/docbot/deploy_to_hf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ echo "Demo files have been copied to $DEST_PATH"
3434
cd "$DEST_PATH"
3535
echo "Changed directory to $DEST_PATH"
3636

37-
git config --global init.defaultBranch main
3837
git init
38+
git branch -m main
3939
git config user.name github-actions[bot]
4040
git config user.email github-actions[bot]@users.noreply.github.com
4141
echo "Configured git user"

0 commit comments

Comments
 (0)