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 Dec 12, 2024
1 parent 697400d commit e4662b3
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,16 +29,16 @@ jobs:
node-version: lts/*

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

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

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "lurkr"
entrypoint: "jsr:@deno/nextjs-start"
root: "."
include: .next, public


0 comments on commit e4662b3

Please sign in to comment.