Skip to content

Commit

Permalink
fix: deno deploy issue
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Nov 27, 2024
1 parent 6e8dade commit 98b6ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
project: "credebl-dev-ui"
entrypoint: "server/entry.mjs"
include_file: "deno.lock && deno.json"
include_file: "deno.lock , deno.json"
root: "dist"


1 comment on commit 98b6ffe

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 98b6ffe Nov 27, 2024

Choose a reason for hiding this comment

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

Failed to deploy:

Relative import path "@astrojs/markdown-remark" not prefixed with / or ./ or ../

Please sign in to comment.