Gregg Tavares hace 4 años
padre
commit
e3340b15ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/deploy-to-gh-pages.yml

+ 1 - 1
.github/workflows/deploy-to-gh-pages.yml

@@ -20,7 +20,7 @@ jobs:
 
       - name: Install and Build 🏭
         run: |
-          npm ci
+          npm i
           npm run pre-build
           npm run build-ci
         env: