diff --git a/site/deploy.ua b/site/deploy.ua index 3f0fa8ea8..d47fc2cbc 100644 --- a/site/deploy.ua +++ b/site/deploy.ua @@ -1,9 +1,12 @@ ✅ ← ⍤⊃⋅∘≍0 -&cd "site" -✅&runi {"git" "checkout" "site" "-f"} -✅&runi {"git" "reset" "--hard" "origin/site"} -✅&runi {"git" "rebase" "main"} +¬∊ □"resume" &args +⍥( + &cd "site" + ✅&runi {"git" "checkout" "site" "-f"} + ✅&runi {"git" "reset" "--hard" "origin/site"} + ✅&runi {"git" "rebase" "main"} +) ✅&runi {"trunk" "build" "--release"} ✅&runi {"git" "add" "--all"} ✅&runi {"git" "commit" "--amend" "--no-edit"}