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