From 2f93f7686a2dec57f54e7d2942f15807686ef7f7 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Mon, 15 Apr 2024 16:19:16 +0800 Subject: [PATCH] update shell --- public | 2 +- update_public.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public b/public index af179ea..3207da2 160000 --- a/public +++ b/public @@ -1 +1 @@ -Subproject commit af179ea10ec248fddcbdc596baf969d9f774cf42 +Subproject commit 3207da2233324dae8d7279bed5f6e2f05060c738 diff --git a/update_public.bat b/update_public.bat index e0691e2..656efb1 100644 --- a/update_public.bat +++ b/update_public.bat @@ -6,5 +6,5 @@ xcopy .\xlsx .\public\xlsx /s /e /y cd .\public git add . git commit -m "update" -git push origin main +git push origin HEAD:main pause \ No newline at end of file