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" \