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