From 6f850be3f08f7a2e76fd71ca775f58731308ae09 Mon Sep 17 00:00:00 2001 From: Daniel Morrisey Date: Tue, 26 May 2026 19:59:33 -0400 Subject: [PATCH] add wisp deploy workflow --- .tangled/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tangled/workflows/deploy.yml b/.tangled/workflows/deploy.yml index 6c85c85..f89350b 100644 --- a/.tangled/workflows/deploy.yml +++ b/.tangled/workflows/deploy.yml @@ -14,9 +14,7 @@ dependencies: steps: - name: deploy to wisp command: | - npm install -g wispctl@latest - - wispctl \ + npx wispctl@latest \ "danielmorrisey.com" \ --path "." \ --site "danielmorrisey" \ -- 2.51.2