Skip to content

Commit da2b561

Browse files
committed
attempt 5
1 parent 4df5b12 commit da2b561

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ai/docbot/deploy_to_hf.sh

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

37+
git init
3738
git config user.name github-actions[bot]
3839
git config user.email github-actions[bot]@users.noreply.github.com
3940
echo "Configured git user"
40-
41-
git init
4241
git add .
4342
git commit -m "Commit"
4443
git push hf --force

0 commit comments

Comments
 (0)