Gregg Tavares 4 years ago
parent
commit
e3340b15ce
1 changed files with 1 additions and 1 deletions
  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: