From ee0c3833b1cc19b36edccee0c45b86cbf454331d Mon Sep 17 00:00:00 2001 From: Prakash Chokalingam Date: Thu, 21 Nov 2024 13:54:36 +0530 Subject: [PATCH] cleanup --- .github/workflows/deploy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index caa2877..c4b857b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,13 +29,6 @@ jobs: - name: Install dependencies run: npm ci - - - name: Echo string - run: echo "hello world" - - # echo env - - name: Echo env - run: echo ${{ secrets.NEXT_PUBLIC_WHATSAPP_NUMBER }} - name: Build with Next.js env: