diff --git a/scripts/release.py b/scripts/release.py index b730e83a49..70b93ac1cb 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -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)