From b0539287864f3a0791ca200b01df4330fa8fc3d3 Mon Sep 17 00:00:00 2001 From: harrywan <445436867@qq.com> Date: Tue, 12 Apr 2022 08:43:19 +0800 Subject: [PATCH] Update docs.yml --- .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 06aafca5..56db801d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,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: npm install --force && npm run docs:build + run: yarn && yarn docs:build - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@4.1.1