From 62b02f80674f955f9e57ae5f20cfc23b4530556b Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Sun, 10 Jul 2022 09:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=95=20=E8=B0=83=E6=95=B4github=20actio?= =?UTF-8?q?n=E5=8F=91=E5=B8=83=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-frontend.yml b/.github/workflows/publish-frontend.yml index 3d84c9b3..7e2ae8b0 100644 --- a/.github/workflows/publish-frontend.yml +++ b/.github/workflows/publish-frontend.yml @@ -15,8 +15,8 @@ jobs: - name: 编译|发布 run: | - cd vben271 - yarn + cd vben28 + pnpm install npm run build - name: 部署->Vue