diff --git a/tools/gitsync.sh b/tools/gitsync.sh index 24458e1..026a984 100755 --- a/tools/gitsync.sh +++ b/tools/gitsync.sh @@ -131,7 +131,7 @@ deploy() { git add . git commit -m "$(TZ='Asia/Shanghai' date "+%Y-%m-%d %H:%M:%S")" -a fi - git lfs push "$3" --all + # git lfs push "$3" --all git push "$3" }