guanjinquan 1 anno fa
parent
commit
5cbc3bed27
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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