From 902fbc92833bd6395137d83a6c662c01a3d74ced Mon Sep 17 00:00:00 2001 From: winixt Date: Thu, 30 Mar 2023 21:33:59 +0800 Subject: [PATCH] ci: change docs ci --- .github/workflows/docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dd6d984d..5efeb243 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,10 +13,10 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.1 - - name: Setup PNPM - uses: pnpm/action-setup@v2.2.1 - with: - version: ^8.0 + - name: PNPM + uses: pnpm/action-setup@v2 + with: + version: 8.1.0 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: pnpm i && pnpm docs:build