From 4d4e1fbfcb6d67cb30c8f025992bc410d6d74979 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Wed, 14 Oct 2020 02:14:40 +0530 Subject: [PATCH] :construction_worker: Remove NODE_ENV from Static Site CI --- .github/workflows/site.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index e10a48dc..6bbdfa4b 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -17,7 +17,6 @@ jobs: with: command: "site" env: - NODE_ENV: "production" GH_PAT: ${{ secrets.GH_PAT }} - uses: maxheld83/ghpages@v0.2.1 name: GitHub Pages Deploy