fix: update ui to v0.0.30

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Martin Donath
2026-09-13 18:55:24 +02:00
committed by GitHub
parent d8fbb0559c
commit 65a019da16
+1 -1
View File
@@ -39,7 +39,7 @@ def main() -> int:
# Clone UI repository into tmp directory
repo_url = "https://github.com/zensical/ui.git"
repo_tag = "v0.0.29"
repo_tag = "v0.0.30"
dest_dir = os.path.join("tmp", "ui")
if not os.path.exists(dest_dir):
subprocess.run(["git", "clone", repo_url, dest_dir], check=True)