From b9d78eaa966a0bbc901aea02f25c8b3e47044422 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 28 Aug 2022 00:49:40 +0800 Subject: [PATCH] docs: update website deploy workflow --- .github/workflows/deploy-website.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 8396c4c1..1b6a2c83 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -7,6 +7,7 @@ on: paths: - "./website/**" workflow_dispatch: + jobs: deploy: runs-on: ubuntu-latest @@ -31,7 +32,7 @@ jobs: ${{ runner.os }}- - uses: pnpm/action-setup@v2.0.1 with: - version: 6.0.2 + version: 7.1.9 run_install: true - name: Install Packages run: pnpm install