From 793e4b392a3eea8a8846962d85d51467cbe09869 Mon Sep 17 00:00:00 2001 From: LePichu Date: Fri, 16 Feb 2024 15:26:26 +0530 Subject: [PATCH] fix: deployer script --- deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ps1 b/deploy.ps1 index f9b02c6..5b45878 100644 --- a/deploy.ps1 +++ b/deploy.ps1 @@ -1,6 +1,6 @@ pnpm build --preset=deno_deploy -Set-Location ".\_site" +Set-Location ".\.output" git init git add .