Browse Source

Update build.yml

guanjinquan 1 year ago
parent
commit
5cbc3bed27
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build.yml

+ 2 - 1
.github/workflows/build.yml

@@ -37,5 +37,6 @@ jobs:
         
       - name: Run docs
         run: |
-          npm install && npm run docs:dev
+          npm install
+          npm run docs:dev