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 dcc1a09 commit a6918a2
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 1,592 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*

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

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

- name: Build step
run: |
Expand Down
Loading

0 comments on commit a6918a2

Please sign in to comment.