From 33258916726b917ed1f673cd3c6b42c452ef00c8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 13 Feb 2021 16:32:08 +0000 Subject: [PATCH] Remove env hack This was only needed for parcel --- .github/workflows/ci.yml | 3 --- .github/workflows/deploy.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d90d4bd..f1406ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,6 @@ jobs: - name: Install Dependencies run: npm ci - - name: Dump environment - run: env >> .env - - name: Build site run: ./scripts/release.sh diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ead7ecd..3d19c27 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,9 +40,6 @@ jobs: - name: Install Dependencies run: npm ci - - name: Dump environment - run: env >> .env - - name: Build site run: ./scripts/release.sh