1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Merge 45cc51d48cd96269958016d0d2c1217d2f646d2c into dev

This commit is contained in:
github-actions[bot] 2020-08-19 21:29:09 +00:00 committed by GitHub
commit 148e6d12fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,6 +303,7 @@ def publish_master():
cmd("cd lvgl; " + pub_cmd)
cmd("cd lv_examples; " + pub_cmd)
cmd("cd lv_drivers; " + pub_cmd)
cmd("cd blog; " + pub_cmd)
pub_cmd = "git push origin latest; git push origin " + ver_str
cmd("cd docs; " + pub_cmd)