From 2c780df4c9a8af5bf5d3d1ab39f6d2b778d2d886 Mon Sep 17 00:00:00 2001 From: "deno-deploy[bot]" <75045203+deno-deploy[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:38:40 +0000 Subject: [PATCH] [Deno Deploy] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fe43f1c..06658c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,5 +41,5 @@ jobs: uses: denoland/deployctl@v1 with: project: "qwik-sonner" - entrypoint: "https://deno.land/std@0.188.0/http/file_server.ts" # 📝 Update the entrypoint if necessary - root: "./website/dist" # 📝 Update the root if necessary + entrypoint: "https://deno.land/std@0.188.0/http/file_server.ts" # 📝 Update the entrypoint if necessary + root: "./website/dist" # 📝 Update the root if necessary