Gregg Tavares 4 years ago
parent
commit
99157c5c5b
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 pre-build
+          npm run pre-build
           npm run build-ci
 
       - name: Deploy 📦