Skip to content

Commit

Permalink
[Deno Deploy] Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deno-deploy[bot] authored Oct 20, 2024
1 parent fd84dde commit ea5ad39
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,14 +29,14 @@ jobs:
node-version: lts/*

- name: Install step
run: "deno install"
run: "npm install"

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

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "shopped"
entrypoint: ""
entrypoint: "https://deno.land/std@0.217.0/http/file_server.ts"
root: "dist"

0 comments on commit ea5ad39

Please sign in to comment.