diff --git a/.github/workflows/deploy-v3-site.yml b/.github/workflows/deploy-v3-site.yml index f97b32e15..1775ad4ad 100644 --- a/.github/workflows/deploy-v3-site.yml +++ b/.github/workflows/deploy-v3-site.yml @@ -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