mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
build: fix deploy-v3-site.yml indent
This commit is contained in:
parent
4e59445070
commit
cc5c1a1e88
20
.github/workflows/deploy-v3-site.yml
vendored
20
.github/workflows/deploy-v3-site.yml
vendored
@ -15,18 +15,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: 'dev'
|
ref: 'dev'
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v2.0.1
|
uses: pnpm/action-setup@v2.0.1
|
||||||
with:
|
with:
|
||||||
version: 6.20.3
|
version: 6.20.3
|
||||||
|
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Build Site
|
- name: Build Site
|
||||||
run: npm run build:site
|
run: npm run build:site
|
||||||
|
Loading…
x
Reference in New Issue
Block a user