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 5ca7ecb commit 6e8dade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
node-version: lts/*

- name: Install step
run: "deno add npm:@astrojs/markdown-remark && deno install --allow-scripts=npm:[email protected],npm:[email protected] && npm install"
run: "deno add npm:@astrojs/markdown-remark && npm install"

- name: Build step
run: "npm run build"

- name: Include files
run: "deno.lock && deno.json"


- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-dev-ui"
entrypoint: "server/entry.mjs"
include_file: "deno.lock && deno.json"
root: "dist"


1 comment on commit 6e8dade

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 6e8dade 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.