release.py: publish blog post

This commit is contained in:
Gabor Kiss-Vamosi
2020-08-19 23:28:34 +02:00
parent 677ce48bea
commit 45cc51d48c

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)