Skip to content

Commit

Permalink
fix: deno deploy issues
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 2b53d96 commit dcc1a09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ jobs:
node-version: lts/*

- name: Install step
run: "npm install"
run: |
"deno add jsr:@astrojs/markdown-remark"
"npm install"

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


- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Expand Down

0 comments on commit dcc1a09

Please sign in to comment.