update_public.bat
This commit is contained in:
parent
8418435068
commit
b0315b0e70
2
public
2
public
|
|
@ -1 +1 @@
|
||||||
Subproject commit ab9c7c1d265aec93dc5219f60de0bf0e4c8a5fa4
|
Subproject commit 09c5513aa9017a279d1228a30492cb39d438acc7
|
||||||
|
|
@ -4,9 +4,9 @@ cd .\public
|
||||||
git checkout main
|
git checkout main
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
xcopy .\data .\public\data /s /e /y
|
xcopy ..\data .\data /s /e /y
|
||||||
xcopy .\protocol .\public\protocol /s /e /y
|
xcopy ..\protocol .\protocol /s /e /y
|
||||||
xcopy .\xlsx .\public\xlsx /s /e /y
|
xcopy ..\xlsx .\xlsx /s /e /y
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "update"
|
git commit -m "update"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue