Parcourir la source

Update build.yml

guanjinquan il y a 1 an
Parent
commit
5cbc3bed27
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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