From d1e4ac28ce9fe46832fcea0c4724d56b078bfe2d Mon Sep 17 00:00:00 2001 From: Bao Lingfeng Date: Thu, 23 Nov 2023 13:41:50 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c6384a5..bfeeef2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,6 +18,9 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: pnpm/action-setup@v2 + with: + version: 6.0.2 - name: Checkout your repository using git uses: actions/checkout@v3 - name: Install, build, and upload your site @@ -36,4 +39,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1