From c619511f5d332e11273eedd042e70cef92dc2fec Mon Sep 17 00:00:00 2001 From: Zahi Ben Shabat Date: Wed, 24 Jan 2024 10:22:31 -0500 Subject: [PATCH] update git action --- .github/workflows/website-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 1bc44216..e68e3481 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies uses: borales/actions-yarn@v4 with: - cmd: --cwd ./website install --frozen-lockfile + cmd: --cwd ./website install - name: Build website uses: borales/actions-yarn@v4 with: