diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 2e0a06f8..419cbe9b 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -43,7 +43,7 @@ jobs: git config --global core.ignorecase false # 3、安装 PNPM - name: Setup PNPM - + uses: pnpm/action-setup@v2 with: version: latest # 4、安装 Node 环境 @@ -67,4 +67,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: BRANCH: pages - FOLDER: docs/.vitepress/dist \ No newline at end of file + FOLDER: docs/.vitepress/dist