Browse Source

fix NODE_ENV

Gregg Tavares 4 years ago
parent
commit
a5ecd9eaff
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

@@ -23,7 +23,7 @@ jobs:
           npm run pre-build
           npm run pre-build
           npm run build-ci
           npm run build-ci
         env:
         env:
-          NODE_ENV: production
+          LESSON_BUILDER_ENV: production
 
 
       - name: Deploy 📦
       - name: Deploy 📦
         uses: JamesIves/[email protected]
         uses: JamesIves/[email protected]