mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
[Deno Deploy] Update .github/workflows/deploy.yml
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -29,10 +29,10 @@ jobs:
|
|||||||
node-version: lts/*
|
node-version: lts/*
|
||||||
|
|
||||||
- name: Install step
|
- name: Install step
|
||||||
run: "pnpm install"
|
run: "npm install"
|
||||||
|
|
||||||
- name: Build step
|
- name: Build step
|
||||||
run: "pnpm build"
|
run: "npm run build"
|
||||||
|
|
||||||
- name: Upload to Deno Deploy
|
- name: Upload to Deno Deploy
|
||||||
uses: denoland/deployctl@v1
|
uses: denoland/deployctl@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user