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