We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84764a commit c5bf659Copy full SHA for c5bf659
.github/workflows/deploy.yml
@@ -30,5 +30,5 @@ jobs:
30
uses: denoland/deployctl@v1
31
with:
32
project: "web-check"
33
- entrypoint: "apps/web/main.ts"
+ entrypoint: "./apps/web/main.ts"
34
root: "."
0 commit comments