mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +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:
|
||||
ref: 'dev'
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2.0.1
|
||||
with:
|
||||
version: 6.20.3
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v2.0.1
|
||||
with:
|
||||
version: 6.20.3
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'pnpm'
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build Site
|
||||
run: npm run build:site
|
||||
|
Loading…
x
Reference in New Issue
Block a user