build: fix deploy-v3-site.yml indent

This commit is contained in:
chenjiahan 2021-11-09 14:40:38 +08:00
parent 4e59445070
commit cc5c1a1e88

View File

@ -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