update_public.bat
This commit is contained in:
parent
4745a067aa
commit
b4765bf686
2
public
2
public
|
@ -1 +1 @@
|
|||
Subproject commit e4f822926a9568c4b0add4cc1e5c3c1c534c316b
|
||||
Subproject commit ab9c7c1d265aec93dc5219f60de0bf0e4c8a5fa4
|
|
@ -1,12 +1,14 @@
|
|||
@echo off
|
||||
xcopy .\data .\public\data /s /e /y
|
||||
xcopy .\protocol .\public\protocol /s /e /y
|
||||
xcopy .\xlsx .\public\xlsx /s /e /y
|
||||
|
||||
cd .\public
|
||||
git checkout main
|
||||
git pull
|
||||
|
||||
xcopy .\data .\public\data /s /e /y
|
||||
xcopy .\protocol .\public\protocol /s /e /y
|
||||
xcopy .\xlsx .\public\xlsx /s /e /y
|
||||
|
||||
git add .
|
||||
git commit -m "update"
|
||||
git push origin HEAD:main
|
||||
git push
|
||||
pause
|
Loading…
Reference in New Issue