From feb45c0635a2f9ffdb3802abf379e31f26926d60 Mon Sep 17 00:00:00 2001 From: Diecodev Date: Sun, 14 Jan 2024 07:18:49 -0500 Subject: [PATCH] =?UTF-8?q?ci(website):=20=F0=9F=92=9A=20update=20root?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ddc78bb..4caf113 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,4 +38,4 @@ jobs: with: project: "qwik-sonner" entrypoint: "https://deno.land/std@0.188.0/http/file_server.ts" # 📝 Update the entrypoint if necessary - root: "dist" # 📝 Update the root if necessary + root: "./website/dist" # 📝 Update the root if necessary