From 120bed98b9ce1aa4bda4c3438a446cc1e47900b6 Mon Sep 17 00:00:00 2001 From: t Date: Fri, 31 Jul 2026 16:04:16 -0600 Subject: fix deploy task --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index f06f0a6..376e4b4 100644 --- a/mise.toml +++ b/mise.toml @@ -37,7 +37,7 @@ run = "jj git push -b main" [tasks.deploy] description = "Push the 'main' bookmark and update weft on the server" -depends = ["deploy:weft", "deploy:site"] +run = "mise run deploy:weft && mise run deploy:site" [tasks."upload:image"] description = "Upload an image to the production server" -- cgit v1.3