From 1bda4efce05803793438cdb7cd7f9e7a87bde123 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 22 Mar 2024 08:38:56 +0530 Subject: [PATCH] update pipeline --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7bd7d364..0817d57b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}-documents- - - run: yarn install --frozen-lockfile + - run: sudo yarn install --frozen-lockfile - run: sudo yarn build - name: Deploy