We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7807e1e commit c0e8aceCopy full SHA for c0e8ace
.github/workflows/deploy.yml
@@ -41,5 +41,5 @@ jobs:
41
uses: denoland/deployctl@v1
42
with:
43
project: "qwik-sonner"
44
- entrypoint: "https://deno.land/std@0.188.0/http/file_server.ts" # ð Update the entrypoint if necessary
45
- 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
0 commit comments