From 2f4bda410ea7a88889aa43156756e9cf56f3f9b5 Mon Sep 17 00:00:00 2001 From: harrywan <445436867@qq.com> Date: Wed, 25 May 2022 10:49:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3acti?= =?UTF-8?q?on=E8=84=9A=E6=9C=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a9100d49..3b1be78e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2.3.1 - 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: cd packages/fes-doc & yarn && yarn build + run: cd packages/fes-doc && yarn && yarn build - name: Deploy uses: easingthemes/ssh-deploy@main