From 123aacfb0bae69e3e5fc0d6f9b102ba5e4b1614b Mon Sep 17 00:00:00 2001 From: Arjun Date: Fri, 22 Sep 2023 05:59:03 +0530 Subject: [PATCH] need not to install netlify-cli --- .github/workflows/netlify.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index 7658e20..1fbc5fc 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -12,9 +12,6 @@ jobs: - name: Check out code uses: actions/checkout@v2 - - name: Install Netlify CLI - run: npm install -g netlify-cli - - name: Build and Test run: | npm install