Skip to content

Commit

Permalink
use root path
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit-y committed Nov 2, 2024
1 parent 736f6f7 commit 3f6957e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
uses: denoland/deployctl@v1
with:
project: "chanwit-y-dictionary-25"
entrypoint: "main.ts"
entrypoint: "./main.ts"
root: ""
include: ".env"
include: "./.env"


1 comment on commit 3f6957e

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 3f6957e Nov 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/main.ts".

Please sign in to comment.