From d3734d8cfb1b17933d9e624835daeeacc202d798 Mon Sep 17 00:00:00 2001 From: drptbl Date: Mon, 5 Feb 2024 13:58:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Update=20output=20path=20?= =?UTF-8?q?for=20docs:build=20task=20(#1098)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: drptbl --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 52c514aff..525c0af1e 100644 --- a/turbo.json +++ b/turbo.json @@ -15,7 +15,7 @@ "dependsOn": ["build", "build:cache"] }, "docs:build": { - "outputs": ["docs/.vitepress/dist/**"] + "outputs": [".vitepress/dist/**"] } } }